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

Side by Side Diff: LayoutTests/fast/multicol/span/overflow-on-multicol.html

Issue 803213004: [New Multicolumn] Handle overflow inside spanners correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: code review Created 5 years, 11 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 <script>
3 onload = function() {
4 document.getElementById('target').scrollTop = 1000;
5 }
6 </script>
7 <div style="position:fixed;">
8 <p>Test that overflow on a spanner is propagated to its scrollable multicol container.</p>
9 <p>You should see the word 'PASS' below.</p>
10 </div>
11 <div id="target" style="overflow:scroll; line-height:2em; height:4em; -webkit-co lumns:4;">
12 <div style="-webkit-column-span:all; height:2em;">
13 <br><br><br><br>PASS
14 </div>
15 </div>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/span/overflow-on-multicol-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698