Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/layout-state-scrolloffset2-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/platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt
deleted file mode 100644
index 9919af88b81737e26b7b32251a727ac6588dabd7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt
+++ /dev/null
@@ -1,43 +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='target'",
- "rect": [102, 120, 50, 50],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [102, 120, 41, 18],
- "reason": "full"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='target'",
- "reason": "forced by layout"
- },
- {
- "object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'after'",
- "reason": "full"
- }
- ]
-}
-

Powered by Google App Engine