Index: third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.html |
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.html |
similarity index 50% |
copy from third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly.html |
copy to third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.html |
index b3dcdc863e1e6d32e0539431de0c2a82cd9676b4..02f7ed042d524c76797cc58fa5262ecb608e2487 100644 |
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly.html |
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-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(#blur); |
filter: url(#blur); |
} |
- .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="blur"> |