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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/input-type-number-expected.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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/multicol/input-type-number-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/input-type-number-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/input-type-number-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..ac756e83dd50017a0675d6522540ef6da5589c49
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/input-type-number-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<script src="../../resources/ahem.js"></script>
+<p>INPUT elements are typically layout roots, so they may be laid out independently from the rest of
+ the tree. Test that multicol doesn't mess up this.</p>
+<p>Below you should see a hotpink <em>square</em>.</p>
+<div style="position:absolute; top:121px; width:500px;">
+ <input type="number" value="7" style="border:none; color:hotpink; width:200px; height:80px; font:80px/1 Ahem;">
+</div>

Powered by Google App Engine
This is Rietveld 408576698