Chromium Code Reviews| 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> |
|
Xianzhu
2016/03/14 20:40:18
Normally we don't change existing tests, but add n
atotic1
2016/03/15 16:50:48
I've scheduled a try job, and it failed as expecte
Xianzhu
2016/03/15 17:24:39
Please rebaseline expectations and upload again an
|
| <table> |
| <col id="col" style="background-color: red;"> |
| <tr> |