Index: third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html |
similarity index 68% |
copy from third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint.html |
copy to third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html |
index 96cf7c1d523a1b2dcee7720ff4f5f26432785536..35e483b9a56e08732f3540f26c7b1cadf45c689b 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html |
@@ -7,16 +7,6 @@ td { |
border: 5px solid grey; |
} |
</style> |
-<script src="resources/text-based-repaint.js" type="text/javascript"></script> |
-<script> |
-function repaintTest() |
-{ |
- var td = document.getElementById("resizeMe"); |
- td.style.height = "0px"; |
-} |
- |
-window.addEventListener("load", runRepaintTest, false); |
-</script> |
</head> |
<body> |
<p>This test checks that changing the size of the middle row triggers an invalidation for the following rows.</p> |
@@ -25,7 +15,7 @@ window.addEventListener("load", runRepaintTest, false); |
<td>1</td> |
</tr> |
<tr> |
- <td id="resizeMe" style="height: 200px"></td> |
+ <td id="resizeMe" style="height: 200px; height: 0"></td> |
</tr> |
<tr> |
<td>2</td> |