Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-remove-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/win/fast/repaint/selection-after-remove-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt
deleted file mode 100644
index 0c5823aca01ef8735d5cae94a521f2065b28f0a4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt
+++ /dev/null
@@ -1,82 +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, 107],
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutText #text",
- "rect": [112, 164, 42, 18],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [74, 75, 39, 17],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [39, 75, 36, 17],
- "reason": "forced by layout"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutText #text",
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutInline SPAN id='removeme'",
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutBlockFlow DIV id='test'",
- "reason": "forced by layout"
- },
- {
- "object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'hello '",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'world'",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBR BR",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "forced by layout"
- }
- ]
-}
-

Powered by Google App Engine