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

Side by Side Diff: LayoutTests/fast/multicol/vertical-rl/balancing/balance-trailing-border2.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: Code review. Trying to express myself in English. 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>
Julien - ping for review 2014/09/05 19:53:09 Same comment.
mstensho (USE GERRIT) 2014/09/09 07:45:16 Done.
2 <script src="../../resources/js-test.js"></script> 2 <script src="../../../../resources/js-test.js"></script>
3 <script> 3 <script>
4 description("Tests that the bottom border at a column boundary in a block th at lives in multiple columns is recorded properly for balancing"); 4 description("Tests that the bottom border at a column boundary in a block th at lives in multiple columns is recorded properly for balancing");
5 </script> 5 </script>
6 <p>There should be no space between the short black line and the long gray one.< /p> 6 <p>There should be no space between the short black line and the long gray one.< /p>
7 <div id="mc" style="-webkit-columns:3; columns:3; line-height:21px; orphans:1; w idows:1; border-bottom:3px solid gray;"> 7 <div id="mc" style="-webkit-writing-mode:vertical-rl; -webkit-columns:3; columns :3; line-height:21px; height:14em; orphans:1; widows:1; border-left:3px solid gr ay;">
8 <div style="height:9px;"></div> 8 <div style="width:9px;"></div>
9 <div style="border-bottom:3px solid black;"> 9 <div style="border-left:3px solid black;">
10 <br><br><br><br><br><br><br><br> 10 <br><br><br><br><br><br><br><br>
11 </div> 11 </div>
12 </div> 12 </div>
13 <script> 13 <script>
14 shouldBe("mc.offsetHeight", "69"); 14 shouldBe("mc.offsetWidth", "69");
15 </script> 15 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698