Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt

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/fast/repaint/invalidation-with-zero-size-object-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt
deleted file mode 100644
index 1a59c1165d759a3cdf28ee2758c1c9f536d9ad13..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='element'",
- "rect": [8, 8, 200, 200],
- "reason": "became invisible"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='element'",
- "reason": "became invisible"
- }
- ]
-}
-

Powered by Google App Engine