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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-yonly-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-yonly-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-yonly.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-yonly-expected.html
similarity index 50%
copy from third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-yonly.html
copy to third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-yonly-expected.html
index 69eef7d88e2c8db47eee089413cca8e62469293a..15c3c4a2555c080aa893a67eeea64d8b0bca5ad9 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-yonly.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-yonly-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">

Powered by Google App Engine
This is Rietveld 408576698