Title: [89813] trunk/LayoutTests
- Revision
- 89813
- Author
- [email protected]
- Date
- 2011-06-27 04:32:17 -0700 (Mon, 27 Jun 2011)
Log Message
2011-06-27 Pavel Feldman <[email protected]>
Not reviewed: naive approach to fixing flaky inspector tests.
* inspector/styles/styles-cancel-editing.html:
* inspector/styles/styles-commit-editing.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (89812 => 89813)
--- trunk/LayoutTests/ChangeLog 2011-06-27 10:45:55 UTC (rev 89812)
+++ trunk/LayoutTests/ChangeLog 2011-06-27 11:32:17 UTC (rev 89813)
@@ -1,3 +1,10 @@
+2011-06-27 Pavel Feldman <[email protected]>
+
+ Not reviewed: naive approach to fixing flaky inspector tests.
+
+ * inspector/styles/styles-cancel-editing.html:
+ * inspector/styles/styles-commit-editing.html:
+
2011-06-27 Csaba Osztrogonác <[email protected]>
[Qt][Mac]REGRESSION?(r89397) It made fast/css/custom-font-xheight.html crash
Modified: trunk/LayoutTests/inspector/styles/styles-cancel-editing.html (89812 => 89813)
--- trunk/LayoutTests/inspector/styles/styles-cancel-editing.html 2011-06-27 10:45:55 UTC (rev 89812)
+++ trunk/LayoutTests/inspector/styles/styles-cancel-editing.html 2011-06-27 11:32:17 UTC (rev 89813)
@@ -33,7 +33,8 @@
function step2()
{
- InspectorTest.selectNodeAndWaitForStyles("other", step3);
+ InspectorTest.selectNodeWithId("other");
+ InspectorTest.runAfterPendingDispatches(step3);
}
function step3()
Modified: trunk/LayoutTests/inspector/styles/styles-commit-editing.html (89812 => 89813)
--- trunk/LayoutTests/inspector/styles/styles-commit-editing.html 2011-06-27 10:45:55 UTC (rev 89812)
+++ trunk/LayoutTests/inspector/styles/styles-commit-editing.html 2011-06-27 11:32:17 UTC (rev 89813)
@@ -34,7 +34,8 @@
function step2()
{
- InspectorTest.selectNodeAndWaitForStyles("other", step3);
+ InspectorTest.selectNodeWithId("other");
+ InspectorTest.runAfterPendingDispatches(step3);
}
function step3()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes