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

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

Issue 58533003: Move fast/js/resources files to resources. (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="../../resources/js-test.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 }
11 #content { 11 #content {
12 width: 100%; 12 width: 100%;
13 height: 100%; 13 height: 100%;
14 -webkit-flow-into: flow; 14 -webkit-flow-into: flow;
15 } 15 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 </body> 61 </body>
62 </html> 62 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698