Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: LayoutTests/inspector-protocol/css/media-query-listener-exception.html

Issue 337883003: Call media query change listeners asynchronously. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix typo Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/media/media-query-list-listener-ordering.html ('k') | Source/core/css/MediaQueryList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector-protocol/css/media-query-listener-exception.html
diff --git a/LayoutTests/inspector-protocol/css/media-query-listener-exception.html b/LayoutTests/inspector-protocol/css/media-query-listener-exception.html
index 9a02b0cf776472ea160a93623a253611df2fe616..9595581d02c845eb6fcface18794db85cabdbec4 100644
--- a/LayoutTests/inspector-protocol/css/media-query-listener-exception.html
+++ b/LayoutTests/inspector-protocol/css/media-query-listener-exception.html
@@ -20,7 +20,7 @@ function test()
if (messageObject.error)
InspectorTest.log("FAILED: " + messageObject.error.message);
InspectorTest.sendCommand("Page.disable", {});
- InspectorTest.completeTest();
+ setTimeout("InspectorTest.completeTest();", 20);
yurys 2014/07/11 09:30:22 This is bound to make the the test flaky and the f
}
InspectorTest.sendCommand("Page.enable", {});
« no previous file with comments | « LayoutTests/fast/media/media-query-list-listener-ordering.html ('k') | Source/core/css/MediaQueryList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698