Title: [122549] trunk/LayoutTests
Revision
122549
Author
[email protected]
Date
2012-07-13 00:45:09 -0700 (Fri, 13 Jul 2012)

Log Message

Unreviewed inspector test fix.

* http/tests/inspector/network/resources/style.css: Added.
(body):

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (122548 => 122549)


--- trunk/LayoutTests/ChangeLog	2012-07-13 07:39:36 UTC (rev 122548)
+++ trunk/LayoutTests/ChangeLog	2012-07-13 07:45:09 UTC (rev 122549)
@@ -1,3 +1,10 @@
+2012-07-13  Vsevolod Vlasov  <[email protected]>
+
+        Unreviewed inspector test fix.
+
+        * http/tests/inspector/network/resources/style.css: Added.
+        (body):
+
 2012-07-13  Ryosuke Niwa  <[email protected]>
 
         RadioNodeList is not updated upon input type change

Added: trunk/LayoutTests/http/tests/inspector/network/resources/style.css (0 => 122549)


--- trunk/LayoutTests/http/tests/inspector/network/resources/style.css	                        (rev 0)
+++ trunk/LayoutTests/http/tests/inspector/network/resources/style.css	2012-07-13 07:45:09 UTC (rev 122549)
@@ -0,0 +1,3 @@
+body {
+    color: black;
+}
Property changes on: trunk/LayoutTests/http/tests/inspector/network/resources/style.css
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to