Title: [192026] trunk/LayoutTests
Revision
192026
Author
ryanhad...@apple.com
Date
2015-11-04 10:40:41 -0800 (Wed, 04 Nov 2015)

Log Message

Fixing test added with r192022
https://bugs.webkit.org/show_bug.cgi?id=150670

Unreviewed test gardening.

* accessibility/list-item-with-pseudo-element-crash.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (192025 => 192026)


--- trunk/LayoutTests/ChangeLog	2015-11-04 18:12:12 UTC (rev 192025)
+++ trunk/LayoutTests/ChangeLog	2015-11-04 18:40:41 UTC (rev 192026)
@@ -1,3 +1,12 @@
+2015-11-04  Ryan Haddad  <ryanhad...@apple.com>
+
+        Fixing test added with r192022
+        https://bugs.webkit.org/show_bug.cgi?id=150670
+
+        Unreviewed test gardening.
+
+        * accessibility/list-item-with-pseudo-element-crash.html:
+
 2015-11-03  Dean Jackson  <d...@apple.com>
 
         Accept 8 and 4 value hex colors (#RRGGBBAA)

Modified: trunk/LayoutTests/accessibility/list-item-with-pseudo-element-crash.html (192025 => 192026)


--- trunk/LayoutTests/accessibility/list-item-with-pseudo-element-crash.html	2015-11-04 18:12:12 UTC (rev 192025)
+++ trunk/LayoutTests/accessibility/list-item-with-pseudo-element-crash.html	2015-11-04 18:40:41 UTC (rev 192026)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<script src=""
+<script src=""
 <style>
 .item:before {content:""; }
 </style>
@@ -21,6 +21,6 @@
     list.style.display = "";
 }
 </script>
-<script src=""
+<script src=""
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to