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

Unified Diff: third_party/WebKit/LayoutTests/printing/avoid-setting-header-offset-on-header.html

Issue 2803383002: The first table row is pushed down by border-spacing. (Closed)
Patch Set: break-inside:avoid on a row shouldn't prevent breaking inside adjacent border spacing Created 3 years, 7 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/printing/avoid-setting-header-offset-on-header.html
diff --git a/third_party/WebKit/LayoutTests/printing/avoid-setting-header-offset-on-header.html b/third_party/WebKit/LayoutTests/printing/avoid-setting-header-offset-on-header.html
index 86cb889199e6074193600d48d64b1e30298a6eef..f0ac50ce67de3b03bbf2ae95dc04f383f08d8258 100644
--- a/third_party/WebKit/LayoutTests/printing/avoid-setting-header-offset-on-header.html
+++ b/third_party/WebKit/LayoutTests/printing/avoid-setting-header-offset-on-header.html
@@ -14,7 +14,7 @@ if (window.testRunner)
testRunner.setPrinting();
</script>
<!-- crbug.com/702605: Header uses offset intended for rows. The first header row should be at the top of the first page. -->
-<table>
+<table cellspacing="0">
<thead>
<tr>
<td>header 1</td>

Powered by Google App Engine
This is Rietveld 408576698