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