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

Side by Side Diff: third_party/WebKit/LayoutTests/images/destroyed-image-load-event.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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 <body onload="test()"> 1 <body onload="test()">
2 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=34490">bug 34490<a/ >: 2 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=34490">bug 34490<a/ >:
3 WebCore::ImageEventSender::dispatchPendingEvents() crashes in certain conditions .</p> 3 WebCore::ImageEventSender::dispatchPendingEvents() crashes in certain conditions .</p>
4 <div id="testRun"></div> 4 <div id="testRun"></div>
5 <div id="container"></div> 5 <div id="container"></div>
6 <script> 6 <script>
7 if (window.testRunner) { 7 if (window.testRunner) {
8 testRunner.waitUntilDone(); 8 testRunner.waitUntilDone();
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 } 10 }
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 img2 = null; 46 img2 = null;
47 gc(); 47 gc();
48 setTimeout(test, 0); 48 setTimeout(test, 0);
49 } 49 }
50 50
51 function loaded2() 51 function loaded2()
52 { 52 {
53 } 53 }
54 </script> 54 </script>
55 </body> 55 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698