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

Side by Side Diff: LayoutTests/fast/multicol/overflow-unsplittable-expected.html

Issue 898963002: Rewrite fast/multicol/overflow-unsplittable.html as a reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase master Created 5 years, 10 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>Test that a scrollable container isn't split across multiple columns.</p>
3 <p>There should be three columns below. The first one should contain "line1". Th e second one should
4 contain "line2", "line3", "line4" and a vertical scrollbar. The third one sh ould contain
5 "line5". No red should be seen</p>
6 <div style="width:32em; line-height:2em;">
7 <div style="float:left; width:11em;">
8 line1<br>
9 </div>
10 <div style="float:left; width:11em;">
11 <div style="overflow:auto; width:10em; height:6em;">
12 line2<br>
13 line3<br>
14 line4<br>
15 <span style="color:red;">FAIL</span>
16 </div>
17 </div>
18 <div style="float:left;">
19 line5<br>
20 </div>
21 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698