Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.setPrinting(); | |
| 5 if (window.internals) | |
| 6 internals.settings.setShouldPrintBackgrounds(true); | |
| 7 </script> | |
| 8 <!-- TODO(mstensho): Try to come up with something that doesn't make assumptions about page | |
| 9 height. Currently, there's no way of specifying it for layout tests. This t est currently | |
| 10 assumes that 5 lines will fit in each column on the first page, and the rem aining ones on the | |
|
leviw_travelin_and_unemployed
2015/12/08 19:00:55
D'oh :( We could add a testRunner feature to enabl
mstensho (USE GERRIT)
2015/12/08 20:09:12
Uh... yeah, I'd like that. I actually tried to jus
| |
| 11 next page. --> | |
| 12 <p>There should be three columns in this document - on this page, and on the nex t page. The numbers | |
| 13 should be in ascending order when reading columns from left to right, page b y page.</p> | |
| 14 <div style="-webkit-columns:3; -webkit-column-gap:11px; -webkit-column-rule:3px solid hotpink; width:622px; font-size:112px; background:papayawhip;"> | |
| 15 01<br> | |
| 16 02<br> | |
| 17 03<br> | |
| 18 04<br> | |
| 19 05<br> | |
| 20 06<br> | |
| 21 07<br> | |
| 22 08<br> | |
| 23 09<br> | |
| 24 10<br> | |
| 25 11<br> | |
| 26 12<br> | |
| 27 13<br> | |
| 28 14<br> | |
| 29 15<br> | |
| 30 16<br> | |
| 31 17<br> | |
| 32 18<br> | |
| 33 19<br> | |
| 34 20<br> | |
| 35 21<br> | |
| 36 22<br> | |
| 37 23<br> | |
| 38 </div> | |
| OLD | NEW |