Index: third_party/WebKit/LayoutTests/fragmentation/cells-dont-fit-on-page-paginated.html |
diff --git a/third_party/WebKit/LayoutTests/fragmentation/cells-dont-fit-on-page-paginated.html b/third_party/WebKit/LayoutTests/fragmentation/cells-dont-fit-on-page-paginated.html |
index 84034832e6891ca07617070178cfad1afc8337a6..578d5f3a1eb98c527c53232415a0002772770e75 100644 |
--- a/third_party/WebKit/LayoutTests/fragmentation/cells-dont-fit-on-page-paginated.html |
+++ b/third_party/WebKit/LayoutTests/fragmentation/cells-dont-fit-on-page-paginated.html |
@@ -1,12 +1,13 @@ |
<!DOCTYPE html> |
<style> |
+body { overflow: hidden; } /* Avoid triggering a second layout pass, as that might hide bugs. */ |
table { border-spacing:0; line-height:2em; } |
tr { break-inside:avoid; } |
td { padding:0; background:red; } |
td > div { width:1em; background:green; } |
</style> |
<p>There should be a green square and no red below.</p> |
-<div style="columns:2; column-fill:auto; column-gap:0; width:4em; height:5.9em;"> |
+<div style="columns:2; column-fill:auto; column-gap:0; width:4em; height:5.5em;"> |
<table> |
<tr> |
<td><div><br><br></div></td> |