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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height-expected.html

Issue 2421133002: Disable row stretching for tables crossing fragmentainer boundaries. (Closed)
Patch Set: Use fixed line-height in test, so that it passes everywhere, not just Linux. Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Below there should be a blue square snapped to the blue line above it.</p>
3 <div style="width:300px; border-top:1px solid blue;">
4 <div style="margin-left:100px; width:80px; height:80px; background:blue;"></ div>
5 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698