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

Side by Side Diff: LayoutTests/fast/regions/get-regions-by-content.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 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 <script src="resources/helper.js"></script> 5 <script src="resources/helper.js"></script>
6 <style> 6 <style>
7 body { font-family: monospace; } 7 body { font-family: monospace; }
8 #article { -webkit-flow-into: flow; } 8 #article { -webkit-flow-into: flow; }
9 .border { border: 1px solid red; } 9 .border { border: 1px solid red; }
10 #region { -webkit-flow-from: flow; width: 250px; height: 50px; posit ion: absolute; left: 10px; top: 200px; } 10 #region { -webkit-flow-from: flow; width: 250px; height: 50px; posit ion: absolute; left: 10px; top: 200px; }
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 function hideRegionsAndFlows() { 55 function hideRegionsAndFlows() {
56 document.getElementById("article").style.visibility = "hidden"; 56 document.getElementById("article").style.visibility = "hidden";
57 document.getElementById("article2").style.visibility = "hidden"; 57 document.getElementById("article2").style.visibility = "hidden";
58 document.getElementById("region").style.visibility = "hidden"; 58 document.getElementById("region").style.visibility = "hidden";
59 document.getElementById("region21").style.visibility = "hidden"; 59 document.getElementById("region21").style.visibility = "hidden";
60 document.getElementById("region22").style.visibility = "hidden"; 60 document.getElementById("region22").style.visibility = "hidden";
61 } 61 }
62 62
63 hideRegionsAndFlows(); 63 hideRegionsAndFlows();
64 </script> 64 </script>
65 <script src="../../fast/js/resources/js-test-post.js"></script>
66 </body> 65 </body>
67 </html> 66 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698