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

Unified Diff: LayoutTests/compositing/repaint/newly-composited-on-scroll.html

Issue 207383002: Remove repaint.js from layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More expectations Created 6 years, 9 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/compositing/repaint/newly-composited-on-scroll.html
diff --git a/LayoutTests/compositing/repaint/newly-composited-on-scroll.html b/LayoutTests/compositing/repaint/newly-composited-on-scroll.html
index 56cb5657263b04bd46ebfffd4f14b0b1daf247ed..1474f1124395b1a3291664afb9443ab09ffb9caa 100644
--- a/LayoutTests/compositing/repaint/newly-composited-on-scroll.html
+++ b/LayoutTests/compositing/repaint/newly-composited-on-scroll.html
@@ -53,7 +53,6 @@
</style>
</head>
-<script src="../../fast/repaint/resources/repaint.js"></script>
<script src="../../resources/run-after-display.js"></script>
<script>
@@ -74,7 +73,7 @@
</script>
-<body onload="runRepaintTest()">
+<body onload="repaintTest()">
<div id="content-container">
<div id="composited"></div>
<div id="positioned-2">

Powered by Google App Engine
This is Rietveld 408576698