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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/span/inside-overflow-hidden-crash.html

Issue 1421423003: Require spanners to have the multicol container as their nearest block formatting context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test for bug 529737 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/span/inside-overflow-hidden-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/inside-float-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/span/inside-overflow-hidden-crash.html
similarity index 56%
copy from third_party/WebKit/LayoutTests/fast/multicol/span/inside-float-crash.html
copy to third_party/WebKit/LayoutTests/fast/multicol/span/inside-overflow-hidden-crash.html
index 0ec7ad05acaf4ab1bc5602c431a2e66e08f106d9..57436a328e9b3d1227e2c37bce6c6d4493b1cace 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/span/inside-float-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/inside-overflow-hidden-crash.html
@@ -4,9 +4,10 @@
testRunner.dumpAsText();
</script>
<p>PASS if no crash or assertion failure.</p>
-<div style="-webkit-columns:3;">
- <br>
- <div style="margin-top:150px; float:right;">
+<div style="-webkit-columns:2;">
+ <div style="height:2em; overflow:hidden;">
+ <div style="height:3em;"></div>
<div style="-webkit-column-span:all;"></div>
+ <div style="height:1em;"></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698