Changeset 189158 in webkit
- Timestamp:
- Aug 29, 2015, 10:54:16 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r189156 r189158 1 2015-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 1 7 2015-08-29 Alexey Proskuryakov <ap@apple.com> 2 8 -
trunk/LayoutTests/http/tests/w3c/dom/nodes/Element-matches-expected.txt
r189155 r189158 172 172 PASS 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 173 173 PASS 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 174 FAIL 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 175 175 PASS In-document Element.matches: :lang pseudo-class selector, matching inherited language (with no refNodes): #pseudo-lang-div1:lang(en) 176 176 PASS 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.