Title: [150655] trunk/LayoutTests
Revision
150655
Author
ser...@webkit.org
Date
2013-05-24 13:07:02 -0700 (Fri, 24 May 2013)

Log Message

REGRESSION (r150215): broke a test case in inspector/console/console-css-warnings.html
https://bugs.webkit.org/show_bug.cgi?id=116731

Reviewed by Ryosuke Niwa.

The mentioned revision removed a layering violation added just to
support some IE7 hack. That was removed but the test case
supporting it was left untouched, remove it.

* inspector/console/console-css-warnings-expected.txt:
* inspector/console/console-css-warnings.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (150654 => 150655)


--- trunk/LayoutTests/ChangeLog	2013-05-24 19:43:41 UTC (rev 150654)
+++ trunk/LayoutTests/ChangeLog	2013-05-24 20:07:02 UTC (rev 150655)
@@ -1,3 +1,17 @@
+2013-05-24  Sergio Villar Senin  <svil...@igalia.com>
+
+        REGRESSION (r150215): broke a test case in inspector/console/console-css-warnings.html
+        https://bugs.webkit.org/show_bug.cgi?id=116731
+
+        Reviewed by Ryosuke Niwa.
+
+        The mentioned revision removed a layering violation added just to
+        support some IE7 hack. That was removed but the test case
+        supporting it was left untouched, remove it.
+
+        * inspector/console/console-css-warnings-expected.txt:
+        * inspector/console/console-css-warnings.html:
+
 2013-05-24  Grzegorz Czajkowski  <g.czajkow...@samsung.com>
 
         [WK2] Spelling tests gardening

Modified: trunk/LayoutTests/inspector/console/console-css-warnings-expected.txt (150654 => 150655)


--- trunk/LayoutTests/inspector/console/console-css-warnings-expected.txt	2013-05-24 19:43:41 UTC (rev 150654)
+++ trunk/LayoutTests/inspector/console/console-css-warnings-expected.txt	2013-05-24 20:07:02 UTC (rev 150655)
@@ -10,6 +10,5 @@
 Unexpected CSS token: { console-css-warnings.html:38
 Unexpected CSS token: { console-css-warnings.html:39
 Unexpected CSS token: { console-css-warnings.html:40
-Unexpected CSS token: @ console-css-warnings.html:45
-Unexpected CSS token: @ console-css-warnings.html:49
+Unexpected CSS token: @ console-css-warnings.html:44
 

Modified: trunk/LayoutTests/inspector/console/console-css-warnings.html (150654 => 150655)


--- trunk/LayoutTests/inspector/console/console-css-warnings.html	2013-05-24 19:43:41 UTC (rev 150654)
+++ trunk/LayoutTests/inspector/console/console-css-warnings.html	2013-05-24 20:07:02 UTC (rev 150655)
@@ -41,11 +41,6 @@
 }
 
 x {
-    *zoom: @1;  /* IE hack. Ignored */
-    color: @;
-}
-
-x {
     color: @;  /* Test simple error to ensure parsing recovered. */
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to