Skip to content
  • weinig@apple.com's avatar
    WebCore: · 903a05c5
    weinig@apple.com authored
    2008-07-07  Sam Weinig  <sam@webkit.org>
    
            Reviewed by Anders Carlsson.
    
            Fix for https://bugs.webkit.org/show_bug.cgi?id=19928
            Use of CSS3 Namespaces syntax in Selectors API should throw an exception
    
            - Throw an NAMESPACE_ERR exception if a non-null or "*" namespace is
              used in a selector passed to querySelector or querySelectorAll.
    
            Test: fast/dom/SelectorAPI/not-supported-namespace-in-selector.html
    
            * dom/Node.cpp:
            (WebCore::selectorNeedsNamespaceResolution):
            (WebCore::Node::querySelector):
            (WebCore::Node::querySelectorAll):
    
    LayoutTests:
    
    2008-07-07  Sam Weinig  <sam@webkit.org>
    
            Reviewed by Anders Carlsson.
    
            Fix for https://bugs.webkit.org/show_bug.cgi?id=19928
            Use of CSS3 Namespaces syntax in Selectors API should throw an exception
    
            * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt: Added.
            * fast/dom/SelectorAPI/not-supported-namespace-in-selector.html: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@35056 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    903a05c5