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

Unified Diff: third_party/WebKit/LayoutTests/compositing/repaint/shrink-layer.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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/compositing/repaint/shrink-layer.html
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/shrink-layer.html b/third_party/WebKit/LayoutTests/compositing/repaint/shrink-layer.html
deleted file mode 100644
index e4fdea07419799839304439f7f31d8e3428284fa..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/compositing/repaint/shrink-layer.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-<head>
- <title>Test for bug 62243</title>
- <style type="text/css">
- #ruler {
- transform: translateZ(0);
- border-bottom: 10px solid black;
- width: 550px;
- height: 500px;
- }
- </style>
- <script src="../../resources/run-after-layout-and-paint.js"></script>
- <script>
- if (window.testRunner) {
- testRunner.dumpAsTextWithPixelResults();
- testRunner.waitUntilDone();
- }
- function repaintTest()
- {
- document.getElementById("ruler").style.height = "450px";
- testRunner.notifyDone();
- }
- </script>
-</head>
-<body onload="runAfterLayoutAndPaint(repaintTest);">
- <div id="ruler">
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698