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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Test changing the contents of a table cell, increasing column height</p>
3 <p>You should see the text "first column" once in the first column, and the text "second
4 column" twice in the second column.</p>
5 <div style="width:511px; overflow:hidden; background:yellow;">
6 <div style="float:left; width:255px;">
7 first column
8 </div>
9 <div style="float:left; border-left:1px solid; padding-left:5px;">
10 second column<br>
11 second column
12 </div>
13 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698