| Index: third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-expected.html
|
| similarity index 51%
|
| copy from third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology.html
|
| copy to third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-expected.html
|
| index f172e86ea70fe81062d70caac8420016c0a6d0a2..a4d493807b6b3d052b2eb5518c0c40ad52c361d6 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-expected.html
|
| @@ -1,18 +1,6 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - function repaintTest()
|
| - {
|
| - var things = document.getElementsByClassName("before");
|
| - while (things.length)
|
| - things[0].classList.remove("before");
|
| - }
|
| - </script>
|
| <style>
|
| .box {
|
| width: 200px;
|
| @@ -22,13 +10,10 @@
|
| -webkit-filter: url(#morphology);
|
| filter: url(#morphology);
|
| }
|
| - .before {
|
| - background-color: red;
|
| - }
|
| </style>
|
| </head>
|
| - <body onload="runRepaintTest()">
|
| - <div class="box before"></div>
|
| + <body>
|
| + <div class="box"></div>
|
| <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" version="1.1">
|
| <defs>
|
| <filter id="morphology">
|
|
|