Changeset 189158 in webkit


Ignore:
Timestamp:
Aug 29, 2015 10:54:16 PM (9 years ago)
Author:
Chris Dumez
Message:

Unreviewed, rebaseline http/tests/w3c/dom/nodes/Element-matches.html

  • http/tests/w3c/dom/nodes/Element-matches-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r189156 r189158  
     12015-08-29  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, rebaseline http/tests/w3c/dom/nodes/Element-matches.html
     4
     5        * http/tests/w3c/dom/nodes/Element-matches-expected.txt:
     6
    172015-08-29  Alexey Proskuryakov  <ap@apple.com>
    28
  • trunk/LayoutTests/http/tests/w3c/dom/nodes/Element-matches-expected.txt

    r189155 r189158  
    172172PASS In-document Element.matches: :link and :visited pseudo-class selectors, matching a and area elements with href attributes (with no refNodes): #pseudo-link :link, #pseudo-link :visited
    173173PASS In-document Element.matches: :link and :visited pseudo-class selectors, matching link elements with href attributes (with no refNodes): #head :link, #head :visited
    174 PASS In-document Element.matches: :target pseudo-class selector, matching the element referenced by the URL fragment identifier (with no refNodes): :target
     174FAIL In-document Element.matches: :target pseudo-class selector, matching the element referenced by the URL fragment identifier (with no refNodes): :target assert_true: The element #target should match the selector. expected true got false
    175175PASS In-document Element.matches: :lang pseudo-class selector, matching inherited language (with no refNodes): #pseudo-lang-div1:lang(en)
    176176PASS In-document Element.matches: :lang pseudo-class selector, matching specified language with exact value (with no refNodes): #pseudo-lang-div2:lang(fr)
Note: See TracChangeset for help on using the changeset viewer.