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

Unified Diff: LayoutTests/fast/repaint/background-blend-mode-image-color-dynamic.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/fast/repaint/background-blend-mode-image-color-dynamic.html
diff --git a/LayoutTests/fast/repaint/background-blend-mode-image-color-dynamic.html b/LayoutTests/fast/repaint/background-blend-mode-image-color-dynamic.html
index 3dbfd2f08d5bc5cf9e9b22e798111a685e18403c..347a9cdb3f9637027b320a92c13cad3478e051d9 100644
--- a/LayoutTests/fast/repaint/background-blend-mode-image-color-dynamic.html
+++ b/LayoutTests/fast/repaint/background-blend-mode-image-color-dynamic.html
@@ -11,8 +11,7 @@
}
</style>
<!-- This file should contain a duck with multiply blending set from script. -->
-<script src="resources/repaint.js" type="text/javascript"></script>
-<body onload="runRepaintTest()">
+<body onload="repaintTest()">
<script>
function repaintTest() {
document.getElementById('blender').style.backgroundBlendMode = "multiply, normal";

Powered by Google App Engine
This is Rietveld 408576698