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

Side by Side Diff: LayoutTests/fast/html/imports/import-link-with-media-query.html

Issue 279463002: HTML Imports: Fix yet another FOUC (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner) {
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 testRunner.waitUntilDone();
6 setTimeout(function() { testRunner.notifyDone(); }, 500);
ojan 2014/05/08 03:57:06 Does this really need a setTimeout? We can't just
esprehn 2014/05/08 05:17:34 Err yeah, this shouldn't need a set timeout. What
7 }
5 </script> 8 </script>
6 <link href="resources/import-link-with-media-query.html" rel=import> 9 <link href="resources/import-link-with-media-query.html" rel=import>
7 This test passes if it does not crash under ASAN. 10 This test passes if it does not crash under ASAN.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698