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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/html/marquee-without-frame-no-crash.html

Issue 1475863005: [Async][WIP] Call FrameLoader::checkCompleted() asynchronously to avoid sync body.onload() Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 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
OLDNEW
1 <script src="../../resources/js-test.js"></script> 1 <script src="../../resources/js-test.js"></script>
2 foo 2 foo
3 <script> 3 <script>
4 jsTestIsAsync = true;
5
4 function handler() { 6 function handler() {
5 shouldBeUndefined(window.open("foo", "bar")); 7 shouldBeUndefined(window.open("foo", "bar"));
8 finishJSTest();
6 } 9 }
7 </script> 10 </script>
8 <template></template> 11 <template></template>
9 <iframe onload="handler()"></iframe> 12 <iframe onload="handler()"></iframe>
10 <template> 13 <template>
11 <marquee> 14 <marquee>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698