Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.html

Issue 2321183002: Move repaint tests (except for svg/) 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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.html b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.html
deleted file mode 100644
index 2dae0a10453f1c95970d51e0b0a1fbb4005263dd..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<style>
-#container {
- position: absolute;
- z-index: 0;
- left: 50px;
- top: 50px;
-}
-
-.child {
- position: absolute;
- width: 40px;
- height: 40px;
- background-color: red;
-}
-
-.embiggen {
- width: 50px;
- height: 50px;
- background-color: green;
-}
-</style>
-<div style="width:200px; height:200px; background-color: lightblue"></div>
-<div id="container">
- <span class="child"></span>
- <span class="child embiggen"></span>
-</div>

Powered by Google App Engine