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

Unified Diff: LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow.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.html
diff --git a/LayoutTests/fast/repaint/table-extra-bottom-grow.html b/LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow.html
similarity index 80%
copy from LayoutTests/fast/repaint/table-extra-bottom-grow.html
copy to LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow.html
index 4b84a7850fdab5a29a22faf1d2bcd80fbded370d..32da113673565e9eebac209be140f6494fefaee4 100644
--- a/LayoutTests/fast/repaint/table-extra-bottom-grow.html
+++ b/LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow.html
@@ -1,16 +1,19 @@
+<!-- Based on fast/repaint/table-extra-bottom-grow.html -->
<!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 src="resources/paint-invalidation-test.js"></script>
<script>
- function repaintTest()
+ window.expectedPaintInvalidationObjects = [
+ ];
+ function paintInvalidationTest()
{
document.getElementById("t").style.height='100px';
}
</script>
</head>
-<body onload="runRepaintTest();">
+<body onload="runPaintInvalidationTest();">
<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>

Powered by Google App Engine
This is Rietveld 408576698