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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/table-col-background.html

Issue 1676933004: Table cell background painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests: add 2nd col, rebaseline old. fix setLocation() Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/repaint/table-col-background.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background.html b/third_party/WebKit/LayoutTests/fast/repaint/table-col-background.html
index b3fbc11f958dd9c8c363b3a0c766d11adb00cf00..7dff12ba6f08922f6c4a6ba06be2cea02a02f23c 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-col-background.html
@@ -10,6 +10,7 @@
</script>
</head>
<body onload="runRepaintTest()">
+ <div style="height:100px"></div>
<table>
<col id="col" style="background-color: red;">
<tr>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698