Title: [88441] trunk/LayoutTests
Revision
88441
Author
[email protected]
Date
2011-06-09 04:10:21 -0700 (Thu, 09 Jun 2011)

Log Message

2011-06-09  Alexander Pavlov  <[email protected]>

        Reviewed by Yury Semikhatsky.

        Web Inspector: New flakiness in styles tests
        https://bugs.webkit.org/show_bug.cgi?id=62309

        * inspector/styles/styles-disable-then-change.html:
        * inspector/styles/styles-source-lines-inline.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88440 => 88441)


--- trunk/LayoutTests/ChangeLog	2011-06-09 10:26:49 UTC (rev 88440)
+++ trunk/LayoutTests/ChangeLog	2011-06-09 11:10:21 UTC (rev 88441)
@@ -1,3 +1,13 @@
+2011-06-09  Alexander Pavlov  <[email protected]>
+
+        Reviewed by Yury Semikhatsky.
+
+        Web Inspector: New flakiness in styles tests
+        https://bugs.webkit.org/show_bug.cgi?id=62309
+
+        * inspector/styles/styles-disable-then-change.html:
+        * inspector/styles/styles-source-lines-inline.html:
+
 2011-06-09  Kent Tamura  <[email protected]>
 
         [Chromium] Leopard rebaseline for thumbslider-no-parent-slider.html.

Modified: trunk/LayoutTests/inspector/styles/styles-disable-then-change.html (88440 => 88441)


--- trunk/LayoutTests/inspector/styles/styles-disable-then-change.html	2011-06-09 10:26:49 UTC (rev 88440)
+++ trunk/LayoutTests/inspector/styles/styles-disable-then-change.html	2011-06-09 11:10:21 UTC (rev 88441)
@@ -16,7 +16,7 @@
 
         var treeItem = InspectorTest.getElementStylePropertyTreeItem("font-weight");
         treeItem.toggleEnabled({ target: { checked: false } });
-        InspectorTest.runAfterPendingDispatches(step2);
+        InspectorTest.addSniffer(WebInspector.StylesSidebarPane.prototype, "_rebuildUpdate", step2);
     }
 
     function step2()

Modified: trunk/LayoutTests/inspector/styles/styles-source-lines-inline.html (88440 => 88441)


--- trunk/LayoutTests/inspector/styles/styles-source-lines-inline.html	2011-06-09 10:26:49 UTC (rev 88440)
+++ trunk/LayoutTests/inspector/styles/styles-source-lines-inline.html	2011-06-09 11:10:21 UTC (rev 88441)
@@ -13,7 +13,8 @@
 
 function test()
 {
-    InspectorTest.selectNodeWithId("foo", step1);
+    InspectorTest.selectNodeWithId("foo");
+    InspectorTest.addSniffer(WebInspector.StylesSidebarPane.prototype, "_rebuildUpdate", step1);
 
     function step1()
     {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to