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

Side by Side Diff: LayoutTests/fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr.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 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <script src="resources/helper.js"></script> 5 <script src="resources/helper.js"></script>
6 <style> 6 <style>
7 html { -webkit-writing-mode: vertical-rl ;} 7 html { -webkit-writing-mode: vertical-rl ;}
8 body { font-family: monospace; } 8 body { font-family: monospace; }
9 #wrapper { font-size: 30px; } 9 #wrapper { font-size: 30px; }
10 .border { border: 1px solid red; } 10 .border { border: 1px solid red; }
11 #box1 { -webkit-flow-into: flow; background-color: green; } 11 #box1 { -webkit-flow-into: flow; background-color: green; }
12 #box11 { background-color: lightgreen; width: 30px; margin-right: 70px;} 12 #box11 { background-color: lightgreen; width: 30px; margin-right: 70px;}
13 #region1 { -webkit-flow-from: flow; width: 200px; height: 400px; } 13 #region1 { -webkit-flow-from: flow; width: 200px; height: 400px; }
14 #region2 { -webkit-flow-from: flow; width: 200px; height: 400px; } 14 #region2 { -webkit-flow-from: flow; width: 200px; height: 400px; }
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 function hideRegionsAndFlows() { 49 function hideRegionsAndFlows() {
50 document.getElementById("region1").style.visibility = "hidden"; 50 document.getElementById("region1").style.visibility = "hidden";
51 document.getElementById("region2").style.visibility = "hidden"; 51 document.getElementById("region2").style.visibility = "hidden";
52 document.getElementById("region3").style.visibility = "hidden"; 52 document.getElementById("region3").style.visibility = "hidden";
53 } 53 }
54 hideRegionsAndFlows(); 54 hideRegionsAndFlows();
55 </script> 55 </script>
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/get-region-flow-ranges-vert-rl.html ('k') | LayoutTests/fast/regions/get-regions-by-content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698