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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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/win/fast/repaint/line-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/line-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/line-overflow-expected.txt
deleted file mode 100644
index 9df12f800de7c0f29fd1c05c7ba2640f493f4546..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/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, 89],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [8, 78, 198, 53],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutInline SPAN id='t'",
- "rect": [115, 84, 37, 47],
- "reason": "style change"
- },
- {
- "object": "LayoutText #text",
- "rect": [115, 114, 37, 17],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutInline SPAN id='t'",
- "rect": [38, 132, 36, 17],
- "reason": "style change"
- },
- {
- "object": "LayoutText #text",
- "rect": [38, 132, 36, 17],
- "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