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

Unified Diff: LayoutTests/paint/invalidation/spv2/repaint-tile-clipped.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/repaint-tile-clipped.html
diff --git a/LayoutTests/fast/repaint/repaint-tile-clipped.html b/LayoutTests/paint/invalidation/spv2/repaint-tile-clipped.html
similarity index 73%
copy from LayoutTests/fast/repaint/repaint-tile-clipped.html
copy to LayoutTests/paint/invalidation/spv2/repaint-tile-clipped.html
index c97fb7d3879eb802154baa7b521bf7f77e818662..8c190fba0df636fef2513cd597bb0fa97c40dc25 100644
--- a/LayoutTests/fast/repaint/repaint-tile-clipped.html
+++ b/LayoutTests/paint/invalidation/spv2/repaint-tile-clipped.html
@@ -1,18 +1,16 @@
+<!-- Based on fast/repaint/repaint-tile-clipped.html -->
<!DOCTYPE html>
<html>
<head>
- <script src="resources/text-based-repaint.js"></script>
+ <script src="resources/paint-invalidation-test.js"></script>
<script>
- if (window.testRunner)
- testRunner.waitUntilDone();
-
- function repaintTest()
+ window.expectedPaintInvalidationObjects = [
+ ];
+ function paintInvalidationTest()
{
document.getElementById('ref').style.display = 'block';
- if (window.testRunner)
- testRunner.notifyDone();
}
- onload = runRepaintTest;
+ onload = runPaintInvalidationTest;
</script>
</head>
<style>

Powered by Google App Engine
This is Rietveld 408576698