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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-5699-expected.txt

Issue 2086703002: Auto-rebaseline for r400760 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 30 matching lines...) Expand all
41 { 41 {
42 "object": "LayoutText #text", 42 "object": "LayoutText #text",
43 "rect": [8, 136, 4, 19], 43 "rect": [8, 136, 4, 19],
44 "reason": "style change" 44 "reason": "style change"
45 } 45 }
46 ] 46 ]
47 } 47 }
48 ], 48 ],
49 "objectPaintInvalidations": [ 49 "objectPaintInvalidations": [
50 { 50 {
51 "object": "InlineTextBox ''",
52 "reason": "full"
53 },
54 {
55 "object": "InlineTextBox '\n'",
56 "reason": "full"
57 },
58 {
59 "object": "RootInlineBox",
60 "reason": "full"
61 },
62 {
51 "object": "LayoutBlockFlow P", 63 "object": "LayoutBlockFlow P",
52 "reason": "incremental" 64 "reason": "incremental"
53 }, 65 },
54 { 66 {
55 "object": "LayoutBlockFlow P", 67 "object": "LayoutBlockFlow P",
56 "reason": "invalidate paint rectangle" 68 "reason": "invalidate paint rectangle"
57 }, 69 },
58 { 70 {
59 "object": "RootInlineBox", 71 "object": "RootInlineBox",
60 "reason": "incremental" 72 "reason": "incremental"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "object": "LayoutBR BR", 107 "object": "LayoutBR BR",
96 "reason": "bounds change" 108 "reason": "bounds change"
97 }, 109 },
98 { 110 {
99 "object": "InlineTextBox '\n'", 111 "object": "InlineTextBox '\n'",
100 "reason": "bounds change" 112 "reason": "bounds change"
101 } 113 }
102 ] 114 ]
103 } 115 }
104 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698