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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/change-transform.html

Issue 2010243002: Remove paint/invalidation/spv2 (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/paint/invalidation/spv2/change-transform.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/change-transform.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/change-transform.html
deleted file mode 100644
index 1077433bb1a6d57c61400725f18e4b119f62dac4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/change-transform.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!-- Based on fast/repaint/change-transform.html -->
-<html>
-<head>
- <script src="resources/paint-invalidation-test.js"></script>
- <script type="text/javascript" charset="utf-8">
- function paintInvalidationTest()
- {
- var target = document.getElementById("square");
- target.style.webkitTransform = "scale(0.5, 0.5)";
- }
- </script>
- <style type="text/css" media="screen">
- body {
- margin: 10px;
- }
- #square {
- width: 100px;
- height: 100px;
- background: red;
- }
- #overlay {
- position: absolute;
- left: 35px;
- top: 35px;
- width: 50px;
- height: 50px;
- background: green
- }
- </style>
-</head>
-<body onload="runPaintInvalidationTest()">
-<div id="square"></div>
-<div id="overlay"></div>
-
-<p><a href="https://bugs.webkit.org/show_bug.cgi?id=19623">https://bugs.webkit.org/show_bug.cgi?id=19623</a></p>
-<p>Test for incomplete repaint when a non-layer object gains a transform. You should see a green square above. If you see any red, the test has failed.</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698