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

Unified Diff: LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow-expected.html

Issue 1302183007: Convert some text-based-repaint tests for spv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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: LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow-expected.html
diff --git a/LayoutTests/fast/repaint/table-extra-bottom-grow.html b/LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow-expected.html
similarity index 72%
copy from LayoutTests/fast/repaint/table-extra-bottom-grow.html
copy to LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow-expected.html
index 4b84a7850fdab5a29a22faf1d2bcd80fbded370d..0d3b35760575497b4f432ae2b5856c349c1fbc10 100644
--- a/LayoutTests/fast/repaint/table-extra-bottom-grow.html
+++ b/LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow-expected.html
@@ -1,16 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
-<head>
-<script src="resources/text-based-repaint.js"></script>
-<script>
- function repaintTest()
- {
- document.getElementById("t").style.height='100px';
- }
-</script>
-</head>
-<body onload="runRepaintTest();">
+<body">
<p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=6769">Bugzilla bug 6769</a> REGRESSION: Incomplete repaint when a cell's extra bottom margin grows</p>
<p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
@@ -25,12 +16,9 @@ The lower-right quarter of the square will be red.
<tr>
<td style="height: 100px; width: 50px;" rowspan="2">
</td>
- <td style="width: 50px; vertical-align: top; background: green; height: 50px;" id="t">
+ <td style="width: 50px; vertical-align: top; background: green; height: 100px;" id="t">
</td>
</tr>
- <tr>
- <td style="background: red;"></td>
- </tr>
</table>
</body>

Powered by Google App Engine
This is Rietveld 408576698