Title: [92687] trunk/LayoutTests
Revision
92687
Author
pfeld...@chromium.org
Date
2011-08-09 08:22:16 -0700 (Tue, 09 Aug 2011)

Log Message

2011-08-09  Pavel Feldman  <pfeld...@google.com>

        Not reviewed: fix inspector tests

        * inspector/styles/show-user-agent-styles.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (92686 => 92687)


--- trunk/LayoutTests/ChangeLog	2011-08-09 15:01:45 UTC (rev 92686)
+++ trunk/LayoutTests/ChangeLog	2011-08-09 15:22:16 UTC (rev 92687)
@@ -1,5 +1,11 @@
 2011-08-09  Pavel Feldman  <pfeld...@google.com>
 
+        Not reviewed: fix inspector tests
+
+        * inspector/styles/show-user-agent-styles.html:
+
+2011-08-09  Pavel Feldman  <pfeld...@google.com>
+
         Web Inspector: provide a way to hide user agent styles
         https://bugs.webkit.org/show_bug.cgi?id=37766
 

Modified: trunk/LayoutTests/inspector/styles/show-user-agent-styles.html (92686 => 92687)


--- trunk/LayoutTests/inspector/styles/show-user-agent-styles.html	2011-08-09 15:01:45 UTC (rev 92686)
+++ trunk/LayoutTests/inspector/styles/show-user-agent-styles.html	2011-08-09 15:22:16 UTC (rev 92687)
@@ -35,6 +35,7 @@
         function step1()
         {
             InspectorTest.dumpSelectedElementStyles(true, false, true);
+            WebInspector.settings.showUserAgentStyles.set(true);
             next();
         }
     }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to