| 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";
|
|
|