Title: [189158] trunk/LayoutTests
Revision
189158
Author
[email protected]
Date
2015-08-29 22:54:16 -0700 (Sat, 29 Aug 2015)

Log Message

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

* http/tests/w3c/dom/nodes/Element-matches-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (189157 => 189158)


--- trunk/LayoutTests/ChangeLog	2015-08-30 05:48:47 UTC (rev 189157)
+++ trunk/LayoutTests/ChangeLog	2015-08-30 05:54:16 UTC (rev 189158)
@@ -1,3 +1,9 @@
+2015-08-29  Chris Dumez  <[email protected]>
+
+        Unreviewed, rebaseline http/tests/w3c/dom/nodes/Element-matches.html
+
+        * http/tests/w3c/dom/nodes/Element-matches-expected.txt:
+
 2015-08-29  Alexey Proskuryakov  <[email protected]>
 
         Mac test result gardening.

Modified: trunk/LayoutTests/http/tests/w3c/dom/nodes/Element-matches-expected.txt (189157 => 189158)


--- trunk/LayoutTests/http/tests/w3c/dom/nodes/Element-matches-expected.txt	2015-08-30 05:48:47 UTC (rev 189157)
+++ trunk/LayoutTests/http/tests/w3c/dom/nodes/Element-matches-expected.txt	2015-08-30 05:54:16 UTC (rev 189158)
@@ -171,7 +171,7 @@
 PASS In-document Element.matches: :empty pseudo-class selector, matching all empty elements (with no refNodes): #pseudo-empty :empty 
 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 
 PASS In-document Element.matches: :link and :visited pseudo-class selectors, matching link elements with href attributes (with no refNodes): #head :link, #head :visited 
-PASS In-document Element.matches: :target pseudo-class selector, matching the element referenced by the URL fragment identifier (with no refNodes): :target 
+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
 PASS In-document Element.matches: :lang pseudo-class selector, matching inherited language (with no refNodes): #pseudo-lang-div1:lang(en) 
 PASS In-document Element.matches: :lang pseudo-class selector, matching specified language with exact value (with no refNodes): #pseudo-lang-div2:lang(fr) 
 PASS In-document Element.matches: :lang pseudo-class selector, matching specified language with partial value (with no refNodes): #pseudo-lang-div3:lang(en) 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to