Title: [99724] trunk/LayoutTests
- Revision
- 99724
- Author
- [email protected]
- Date
- 2011-11-09 08:31:48 -0800 (Wed, 09 Nov 2011)
Log Message
2011-11-09 Pavel Feldman <[email protected]>
Not reviewed: make new inspector test pass on Qt.
* http/tests/inspector-enabled/injected-script-discard.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (99723 => 99724)
--- trunk/LayoutTests/ChangeLog 2011-11-09 16:29:45 UTC (rev 99723)
+++ trunk/LayoutTests/ChangeLog 2011-11-09 16:31:48 UTC (rev 99724)
@@ -1,3 +1,9 @@
+2011-11-09 Pavel Feldman <[email protected]>
+
+ Not reviewed: make new inspector test pass on Qt.
+
+ * http/tests/inspector-enabled/injected-script-discard.html:
+
2011-11-09 Balazs Kelemen <[email protected]>
[Qt] Unreviewed gardening.
Modified: trunk/LayoutTests/http/tests/inspector-enabled/injected-script-discard.html (99723 => 99724)
--- trunk/LayoutTests/http/tests/inspector-enabled/injected-script-discard.html 2011-11-09 16:29:45 UTC (rev 99723)
+++ trunk/LayoutTests/http/tests/inspector-enabled/injected-script-discard.html 2011-11-09 16:31:48 UTC (rev 99724)
@@ -17,8 +17,10 @@
{
window.objectId = unescape(objectId);
layoutTestController.closeWebInspector();
- layoutTestController.showWebInspector();
- runTest();
+ setTimeout(function() {
+ layoutTestController.showWebInspector();
+ runTest();
+ }, 0);
}
function test()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes