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

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

Issue 803213004: [New Multicolumn] Handle overflow inside spanners correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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.documentElement.scrollTop = 10000;
5 }
6 </script>
7 <p style="position:fixed;">You should see the word 'PASS' below.</p>
Julien - ping for review 2015/01/20 14:07:38 Again I would like to see a *description* of what
mstensho (USE GERRIT) 2015/01/20 16:31:56 Done.
8 <div style="height:4em; -webkit-columns:4;">
9 <div style="-webkit-column-span:all; height:2em;">
10 <div style="height:200vh;"></div>
11 PASS
12 </div>
13 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698