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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/dynamic/relayout-spanner-parent-inside-overflow-hidden-expected.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/dynamic/relayout-spanner-parent-inside-overflow-hidden-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/dynamic/relayout-spanner-parent-inside-overflow-hidden-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/dynamic/relayout-spanner-parent-inside-overflow-hidden-expected.html
deleted file mode 100644
index 27828feffcb5ae059fc525788471b54fcac39239..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/multicol/dynamic/relayout-spanner-parent-inside-overflow-hidden-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<!DOCTYPE html>
-<p>Change the width of the parent of a spanner when inside a fixed-size clipped block. The spanner
- should not be affected by this, since the parent isn't the containing block. This also tests
- that we don't perform any optimized subtree layout operations incompatible with multicol (which
- would typically cause assertion failures).</p>
-<p>You should see the word "PASS" below, with large letter spacing.</p>
-<div style="line-height:2em;">P A S S</div>

Powered by Google App Engine
This is Rietveld 408576698