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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/input-type-number.html

Issue 1395753004: A new LayoutState should never locate a containing flow thread on its own. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review. More ahem, more hotpink, slightly less random numbers. Created 5 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/input-type-number-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../resources/ahem.js"></script>
3 <p>INPUT elements are typically layout roots, so they may be laid out independen tly from the rest of
4 the tree. Test that multicol doesn't mess up this.</p>
5 <p>Below you should see a hotpink <em>square</em>.</p>
6 <div style="position:absolute; top:121px; width:500px; -webkit-column-count:2; c olumn-fill:auto; height:100px;">
7 <input id="elm" type="number" value="666" style="width:200px; height:80px; f ont:80px/1 Ahem; border:none; color:hotpink;">
8 </div>
9 <script>
10 onload = function() {
11 document.body.offsetTop;
12 document.getElementById("elm").value = "7";
13 }
14 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/input-type-number-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698