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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-abspos-next-to-spanner-expected.html

Issue 1691053002: Cannot do simplified layout on an object that contains a column-spanner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/remove-abspos-next-to-spanner-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-abspos-next-to-spanner-expected.html
similarity index 58%
copy from third_party/WebKit/LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos-expected.html
copy to third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-abspos-next-to-spanner-expected.html
index 7311b0b8c343bf6d5e6eab16feec34cb866fab90..8a5296e82cc8fc5fde0864921a2d5ce9871e0322 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/dynamic/relpos-becomes-static-has-abspos-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/dynamic/remove-abspos-next-to-spanner-expected.html
@@ -1,3 +1,3 @@
<!DOCTYPE html>
-<p>There should be a blue <em>square</em> below.</p>
+<p>There should be a blue square below, and no red.</p>
<div style="width:100px; height:100px; background:blue;"></div>

Powered by Google App Engine
This is Rietveld 408576698