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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-xonly-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-morphology-xonly-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-xonly.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-xonly-expected.html
similarity index 51%
copy from third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-xonly.html
copy to third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-xonly-expected.html
index 92c6b0578dc30daa23473f854ad41525fa764a91..da4292051007f685d9ed35e0bb08e21c99619b0e 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-xonly.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-morphology-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(#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">

Powered by Google App Engine
This is Rietveld 408576698