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

Side by Side Diff: LayoutTests/fast/regions/webkit-named-flow-event-crash.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <script src="../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../fast/js/resources/js-test-pre.js"></script>
6 <style> 6 <style>
7 body, html { 7 body, html {
8 width: 500px; 8 width: 500px;
9 height: 500px; 9 height: 500px;
10 } 10 }
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 // Transition the flow to the "NULL" state. 51 // Transition the flow to the "NULL" state.
52 document.body.removeChild(content); 52 document.body.removeChild(content);
53 document.body.removeChild(region); 53 document.body.removeChild(region);
54 54
55 setTimeout(function() { 55 setTimeout(function() {
56 if (window.testRunner) 56 if (window.testRunner)
57 testRunner.notifyDone(); 57 testRunner.notifyDone();
58 },0) 58 },0)
59 }, 0); 59 }, 0);
60 </script> 60 </script>
61 <script src="../../fast/js/resources/js-test-post.js"></script>
62 </body> 61 </body>
63 </html> 62 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698