Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-after-remove-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-after-remove-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-after-remove-expected.txt
deleted file mode 100644
index 22d5cae43c3a349a13d1d7a624ef9a7b8a9ed748..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/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, 78, 152, 102],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [39, 79, 146, 99],
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutText #text",
- "rect": [67, 158, 39, 20],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [70, 79, 36, 19],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [39, 79, 32, 19],
- "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
This is Rietveld 408576698