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

Unified Diff: LayoutTests/fast/repaint/background-blend-mode-image-color-dynamic-expected.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-expected.html
diff --git a/LayoutTests/fast/repaint/background-blend-mode-image-color-dynamic-expected.html b/LayoutTests/fast/repaint/background-blend-mode-image-color-dynamic-expected.html
index 1a07cc917c08bc685bfc2a31fd75b8ca0c87a57d..e3462ff4afdf33455afa25aa0fe6abae1570505c 100644
--- a/LayoutTests/fast/repaint/background-blend-mode-image-color-dynamic-expected.html
+++ b/LayoutTests/fast/repaint/background-blend-mode-image-color-dynamic-expected.html
@@ -10,8 +10,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