Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-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/line-flow-with-floats-7-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt
deleted file mode 100644
index f4634969fb64bbd14e69e51947137874e735c5f7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt
+++ /dev/null
@@ -1,88 +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": [14, 422, 355, 54],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [14, 404, 355, 36],
- "reason": "style change"
- },
- {
- "object": "LayoutText #text",
- "rect": [65, 386, 304, 36],
- "reason": "forced by layout"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'for turns,\n'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'quarrelling all the while, and fighting'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'for the hedgehogs; and in\n'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'a very short time '",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutInline SPAN id='theQueen'",
- "reason": "style change"
- },
- {
- "object": "LayoutText #text",
- "reason": "style change"
- },
- {
- "object": "InlineTextBox 'the'",
- "reason": "style change"
- },
- {
- "object": "InlineTextBox 'Queen'",
- "reason": "style change"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox ' was in a furious passion, and went\n'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'stamping'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'about, and shouting \u2018Off with his head!\u2019 or \u2018Off with'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'her head!\u2019 about once in a minute.\n'",
- "reason": "forced by layout"
- }
- ]
-}
-

Powered by Google App Engine