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

Side by Side Diff: LayoutTests/fast/multicol/balance-short-trailing-empty-block.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>Both words below should be in the the right column.</p> 3 <p>Both words below should be in the the right column.</p>
4 <div id="console"></div> 4 <div id="console"></div>
5 <div id="mc" style="-webkit-columns:2; columns:2; orphans:1; widows:1; -webkit-c olumn-rule:1px solid; column-rule:1px solid; background:olive;"> 5 <div id="mc" style="-webkit-columns:2; columns:2; orphans:1; widows:1; -webkit-c olumn-rule:1px solid; column-rule:1px solid; background:olive;">
6 <div style="height:120px;"></div> 6 <div style="height:120px;"></div>
7 <div style="line-height:80px;">right<br>column</div> 7 <div style="line-height:80px;">right<br>column</div>
8 <div style="height:30px;"></div> 8 <div style="height:30px;"></div>
9 </div> 9 </div>
10 <script> 10 <script>
11 description("Tests that a block a column boundary is recorded properly for b alancing"); 11 description("Tests if a block crossing a column boundary is recorded properl y for balancing");
12 shouldBe("mc.offsetHeight", "190"); 12 shouldBe("mc.offsetHeight", "190");
13 </script> 13 </script>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/balance-short-trailing-empty-block-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698