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

Side by Side Diff: LayoutTests/fast/multicol/vertical-lr/balancing/balance-unbreakable.html

Issue 510123002: Make vertical-lr and vertical-rl versions of the tests that replace border-padding-pagination.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename tests Created 6 years, 3 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../resources/js-test.js"></script> 2 <script src="../../../../resources/js-test.js"></script>
3 <p>There should be a <em>square</em> with some stuff inside below.</p> 3 <p>There should be a <em>square</em> with some stuff inside below.</p>
4 <div id="console"></div> 4 <div id="console"></div>
5 <div id="mc" style="-webkit-columns:3; columns:3; width:7em; float:left; orphans :1; widows:1; background:olive;"> 5 <div id="mc" style="-webkit-writing-mode:vertical-lr; -webkit-columns:3; columns :3; height:7em; orphans:1; widows:1; background:olive;">
6 <div style="line-height:4em;">line</div> 6 <div style="line-height:4em;">line</div>
7 <div style="line-height:8em;">line</div> 7 <div style="line-height:8em;">line</div>
8 <img alt="x" style="display:block; height:2em;"> 8 <img alt="x" style="display:block; width:2em;">
9 <div style="line-height:4em;">line</div> 9 <div style="line-height:4em;">line</div>
10 <div style="line-height:10em;">line</div> 10 <div style="line-height:10em;">line</div>
11 <div style="line-height:2em;">line</div> 11 <div style="line-height:2em;">line</div>
12 <div style="line-height:6em;">line</div> 12 <div style="line-height:6em;">line</div>
13 </div> 13 </div>
14 <div style="float:left; width:7em; height:14em; background:olive;"></div> 14 <div style="width:14em; height:7em; background:olive;"></div>
15 <script> 15 <script>
16 description("Tests that an image at a column boundary is recorded properly f or balancing"); 16 description("Tests that an image at a column boundary is recorded properly f or balancing");
17 shouldBe("mc.offsetHeight", "224"); 17 shouldBe("mc.offsetWidth", "224");
18 </script> 18 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698