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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-overflow-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/mac/fast/repaint/line-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-overflow-expected.txt
deleted file mode 100644
index e683b697a0c5b26a909dc750752c5b5674bc458d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-overflow-expected.txt
+++ /dev/null
@@ -1,107 +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": [8, 114, 200, 90],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [8, 78, 198, 54],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutInline SPAN id='t'",
- "rect": [115, 84, 37, 48],
- "reason": "style change"
- },
- {
- "object": "LayoutText #text",
- "rect": [115, 114, 37, 18],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutInline SPAN id='t'",
- "rect": [38, 132, 36, 18],
- "reason": "style change"
- },
- {
- "object": "LayoutText #text",
- "rect": [38, 132, 36, 18],
- "reason": "forced by layout"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Cras faucibus. Nunc'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'adipiscing, enim in scelerisque'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'convallis,\n'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'augue '",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutInline SPAN id='t'",
- "reason": "style change"
- },
- {
- "object": "InlineFlowBox",
- "reason": "style change"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'purus'",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox ' eleifend'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'lacus, at sagittis eros leo'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'pulvinar velit. Integer'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'sollicitudin nisi ut urna blandit'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'convallis.'",
- "reason": "forced by layout"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698