Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-delete-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/selection-after-delete-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-delete-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-delete-expected.txt
deleted file mode 100644
index 7da2a02951f525b7a4db49f554956788e7db6fb2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-after-delete-expected.txt
+++ /dev/null
@@ -1,56 +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='test'",
- "rect": [38, 74, 152, 110],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [39, 75, 123, 108],
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutBR BR",
- "rect": [38, 74, 3, 20],
- "reason": "invalidate paint rectangle"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutText #text",
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutBlockFlow DIV id='test'",
- "reason": "forced by layout"
- },
- {
- "object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBR BR",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "forced by layout"
- }
- ]
-}
-

Powered by Google App Engine