Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-2-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/view-background-from-body-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-2-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-2-expected.txt
deleted file mode 100644
index 4eaff663b39633028951fc33d89cd3c27e1ab219..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-2-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 0, 800, 600],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "rect": [50, 50, 700, 500],
- "reason": "layoutObject insertion"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "layoutObject insertion"
- }
- ]
-}
-

Powered by Google App Engine