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

Side by Side Diff: LayoutTests/fast/multicol/column-rules-fixed-height.html

Issue 508953004: Rewrote multicol/newmulticol/column-rules-fixed-height and moved it to fast/multicol/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
(Empty)
1 <!DOCTYPE html>
2 <p>There should be a blue square below. To the right of the square there should be two blue vertical
3 lines, with the same height as the square.</p>
4 <div style="-webkit-columns:3; -webkit-column-rule:5px solid blue; -webkit-colum n-gap:5px; columns:3; column-rule:4px solid blue; column-gap:5px; width:310px; h eight:315px; line-height:50px;">
Julien - ping for review 2014/09/02 15:05:13 It think -webkit-column-rule and column-rule rules
mstensho (USE GERRIT) 2014/09/02 16:56:58 Doh! Definitely! Done.
5 <div style="height:945px; background:blue;"></div>
6 <br><br><br><br><br><br>
7 <br><br><br><br><br><br>
8 <br><br><br><br><br><br>
9 </div>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/column-rules-fixed-height-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698