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

Side by Side Diff: LayoutTests/fast/multicol/old/image-inside-nested-blocks-with-border.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months 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 <html> 1 <html>
2 <body> 2 <body>
3 <div id="tests" style="-webkit-column-count:2; -webkit-column-gap:0; column-coun t:2; column-gap:0; column-fill:auto; height:300px; width:600px;"> 3 <div id="tests" style="-webkit-column-count:2; -webkit-column-gap:0; column-coun t:2; column-gap:0; column-fill:auto; height:300px; width:600px;">
4 <div style="height:280px"></div> 4 <div style="height:280px"></div>
5 <div id="f1" style="border:5px solid black; float:left"> 5 <div id="f1" style="border:5px solid black; float:left">
6 <img style="display:block;width:140px;height:80px;"> 6 <img style="display:block;width:140px;height:80px;">
7 </div> 7 </div>
8 </div> 8 </div>
9 <div id="result"></div> 9 <div id="result"></div>
10 <script> 10 <script>
(...skipping 24 matching lines...) Expand all
35 document.getElementById("tests").style.display = "none"; 35 document.getElementById("tests").style.display = "none";
36 } 36 }
37 37
38 document.getElementById("result").innerText = failures ? "FAIL: " + failures + " cases failed" : "PASS"; 38 document.getElementById("result").innerText = failures ? "FAIL: " + failures + " cases failed" : "PASS";
39 </script> 39 </script>
40 40
41 41
42 42
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698