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

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

Issue 1781463002: Fix table background painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sample code for improved collapsed border painting Created 3 years, 11 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 7dff12ba6f08922f6c4a6ba06be2cea02a02f23c..aa37b205aa361d961bf49a172ae58c60469fd886 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-col-background.html
@@ -10,7 +10,7 @@
</script>
</head>
<body onload="runRepaintTest()">
- <div style="height:100px"></div>
+<div style="height:200px"></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