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

Unified Diff: LayoutTests/fast/multicol/dynamic/static-becomes-relpos-has-abspos-expected.html

Issue 1229983004: May need to insert or remove column sets when out-of-flow objects get their containing block change… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: code review Created 5 years, 5 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: LayoutTests/fast/multicol/dynamic/static-becomes-relpos-has-abspos-expected.html
diff --git a/LayoutTests/fast/multicol/span/height-decrease-expected.html b/LayoutTests/fast/multicol/dynamic/static-becomes-relpos-has-abspos-expected.html
similarity index 51%
copy from LayoutTests/fast/multicol/span/height-decrease-expected.html
copy to LayoutTests/fast/multicol/dynamic/static-becomes-relpos-has-abspos-expected.html
index 458c75ba118f8cdfcf2aad6836b2c33f2006029c..7311b0b8c343bf6d5e6eab16feec34cb866fab90 100644
--- a/LayoutTests/fast/multicol/span/height-decrease-expected.html
+++ b/LayoutTests/fast/multicol/dynamic/static-becomes-relpos-has-abspos-expected.html
@@ -1,3 +1,3 @@
<!DOCTYPE html>
<p>There should be a blue <em>square</em> below.</p>
-<div style="width:9em; height:9em; background:blue;"></div>
+<div style="width:100px; height:100px; background:blue;"></div>

Powered by Google App Engine
This is Rietveld 408576698