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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/crbug-371640-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 25 matching lines...) Expand all
36 { 36 {
37 "object": "LayoutText #text", 37 "object": "LayoutText #text",
38 "rect": [88, 84, 4, 18], 38 "rect": [88, 84, 4, 18],
39 "reason": "bounds change" 39 "reason": "bounds change"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "InlineTextBox '\u00A0'",
47 "reason": "full"
48 },
49 {
50 "object": "LayoutText #text", 46 "object": "LayoutText #text",
51 "reason": "layoutObject removal" 47 "reason": "layoutObject removal"
52 }, 48 },
53 { 49 {
54 "object": "RootInlineBox",
55 "reason": "full"
56 },
57 {
58 "object": "LayoutBlockFlow DIV id='to_remove' class='item'", 50 "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
59 "reason": "layoutObject removal" 51 "reason": "layoutObject removal"
60 }, 52 },
61 { 53 {
62 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_rem ove_inner' class='inner'", 54 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_rem ove_inner' class='inner'",
63 "reason": "layoutObject removal" 55 "reason": "layoutObject removal"
64 }, 56 },
65 { 57 {
66 "object": "LayoutBlockFlow (floating) DIV id='node' class='outer'", 58 "object": "LayoutBlockFlow (floating) DIV id='node' class='outer'",
67 "reason": "layoutObject removal" 59 "reason": "layoutObject removal"
(...skipping 26 matching lines...) Expand all
94 "object": "LayoutText #text", 86 "object": "LayoutText #text",
95 "reason": "bounds change" 87 "reason": "bounds change"
96 }, 88 },
97 { 89 {
98 "object": "InlineTextBox '\u00A0'", 90 "object": "InlineTextBox '\u00A0'",
99 "reason": "bounds change" 91 "reason": "bounds change"
100 } 92 }
101 ] 93 ]
102 } 94 }
103 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698