Title: [208695] trunk/LayoutTests
Revision
208695
Author
hy...@apple.com
Date
2016-11-14 11:05:39 -0800 (Mon, 14 Nov 2016)

Log Message

[CSS Parser] Remove incorrect cursor result
https://bugs.webkit.org/show_bug.cgi?id=164717

Reviewed by Dean Jackson.

* fast/css/cursor-parsing-expected.txt:
* fast/css/cursor-parsing.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (208694 => 208695)


--- trunk/LayoutTests/ChangeLog	2016-11-14 18:52:09 UTC (rev 208694)
+++ trunk/LayoutTests/ChangeLog	2016-11-14 19:05:39 UTC (rev 208695)
@@ -1,3 +1,13 @@
+2016-11-14  Dave Hyatt  <hy...@apple.com>
+
+        [CSS Parser] Remove incorrect cursor result
+        https://bugs.webkit.org/show_bug.cgi?id=164717
+
+        Reviewed by Dean Jackson.
+
+        * fast/css/cursor-parsing-expected.txt:
+        * fast/css/cursor-parsing.html:
+
 2016-11-14  Youenn Fablet  <you...@apple.com>
 
         Refresh RTCDataChannel abstract infrastructure

Modified: trunk/LayoutTests/fast/css/cursor-parsing-expected.txt (208694 => 208695)


--- trunk/LayoutTests/fast/css/cursor-parsing-expected.txt	2016-11-14 18:52:09 UTC (rev 208694)
+++ trunk/LayoutTests/fast/css/cursor-parsing-expected.txt	2016-11-14 19:05:39 UTC (rev 208695)
@@ -12,7 +12,6 @@
 PASS roundtripCssRule("cursor: -webkit-grabbing;") is "cursor: -webkit-grabbing;"
 PASS roundtripCssRule("cursor: -webkit-zoom-in;") is "cursor: -webkit-zoom-in;"
 PASS roundtripCssRule("cursor: -webkit-zoom-out;") is "cursor: -webkit-zoom-out;"
-PASS roundtripCssRule("cursor: url(file:///foo.png);") is "cursor: url(file:///foo.png);"
 PASS roundtripCssRule("cursor: url(file:///foo.png), crosshair;") is "cursor: url(file:///foo.png), crosshair;"
 PASS roundtripCssRule("cursor: url(file:///foo.png), url(file:///foo2.png), pointer;") is "cursor: url(file:///foo.png), url(file:///foo2.png), pointer;"
 PASS roundtripCssRule("cursor: url(file:///foo.png) 12 3, pointer;") is "cursor: url(file:///foo.png) 12 3, pointer;"

Modified: trunk/LayoutTests/fast/css/cursor-parsing.html (208694 => 208695)


--- trunk/LayoutTests/fast/css/cursor-parsing.html	2016-11-14 18:52:09 UTC (rev 208694)
+++ trunk/LayoutTests/fast/css/cursor-parsing.html	2016-11-14 19:05:39 UTC (rev 208695)
@@ -48,7 +48,6 @@
 testCursorRule('-webkit-grabbing');
 testCursorRule('-webkit-zoom-in');
 testCursorRule('-webkit-zoom-out');
-testCursorRule('url(file:///foo.png)');   //  IE compatibility 
 testCursorRule('url(file:///foo.png), crosshair');
 testCursorRule('url(file:///foo.png), url(file:///foo2.png), pointer');
 testCursorRule('url(file:///foo.png) 12 3, pointer');
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to