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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/selection-change-in-iframe-with-relative-parent-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/fast/repaint/selection-change-in-iframe-with-relative-parent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/selection-change-in-iframe-with-relative-parent-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/selection-change-in-iframe-with-relative-parent-expected.txt
deleted file mode 100644
index 9d5681ea9a69f7eae6820bda122f5a25983e62dd..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/selection-change-in-iframe-with-relative-parent-expected.txt
+++ /dev/null
@@ -1,129 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutText #text",
- "rect": [18, 238, 40, 10],
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "rect": [18, 218, 30, 10],
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "rect": [18, 198, 30, 10],
- "reason": "selection"
- },
- {
- "object": "LayoutBR BR",
- "rect": [58, 238, 10, 10],
- "reason": "became visible"
- },
- {
- "object": "LayoutBR BR",
- "rect": [48, 218, 10, 10],
- "reason": "became visible"
- },
- {
- "object": "LayoutBR BR",
- "rect": [48, 198, 10, 10],
- "reason": "became visible"
- },
- {
- "object": "LayoutBR BR",
- "rect": [18, 228, 10, 10],
- "reason": "became visible"
- },
- {
- "object": "LayoutBR BR",
- "rect": [18, 208, 10, 10],
- "reason": "became visible"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "selection"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "selection"
- },
- {
- "object": "LayoutText #text",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'Foo'",
- "reason": "selection"
- },
- {
- "object": "LayoutBR BR",
- "reason": "became visible"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "became visible"
- },
- {
- "object": "LayoutBR BR",
- "reason": "became visible"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "became visible"
- },
- {
- "object": "LayoutText #text",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'Bar'",
- "reason": "selection"
- },
- {
- "object": "LayoutBR BR",
- "reason": "became visible"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "became visible"
- },
- {
- "object": "LayoutBR BR",
- "reason": "became visible"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "became visible"
- },
- {
- "object": "LayoutText #text",
- "reason": "selection"
- },
- {
- "object": "InlineTextBox 'Bazz'",
- "reason": "selection"
- },
- {
- "object": "LayoutBR BR",
- "reason": "became visible"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "became visible"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698