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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height-expected.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height-expected.html b/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..463eefa374d63836d728a502103c79bbf170e83b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-with-fixed-height-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<p>Below there should be a blue square snapped to the blue line above it.</p>
+<div style="width:300px; border-top:1px solid blue;">
+ <div style="margin-left:100px; width:80px; height:80px; background:blue;"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698