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

Unified Diff: LayoutTests/fast/multicol/table-cell-content-change-with-decorations-expected.html

Issue 940873003: Add a more evil version of fast/multicol/table-cell-content-change.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: LayoutTests/fast/multicol/table-cell-content-change-with-decorations-expected.html
diff --git a/LayoutTests/fast/multicol/table-cell-content-change-with-decorations-expected.html b/LayoutTests/fast/multicol/table-cell-content-change-with-decorations-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..10b29bf664beedc9992f4f7d630ea8bd92c5d004
--- /dev/null
+++ b/LayoutTests/fast/multicol/table-cell-content-change-with-decorations-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<p>Test changing the contents of a table cell, increasing column height</p>
+<p>You should see the text "first column" once in the first column, and the text "second
+ column" twice in the second column.</p>
+<div style="width:511px; overflow:hidden; background:yellow;">
+ <div style="float:left; width:255px;">
+ first column
+ </div>
+ <div style="float:left; border-left:1px solid; padding-left:5px;">
+ second column<br>
+ second column
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698