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

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

Issue 2080783003: Auto-rebaseline for r400605 (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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow DIV id='allcontent'", 12 "object": "LayoutBlockFlow DIV id='allcontent'",
11 "rect": [8, 130, 784, 50], 13 "rect": [8, 130, 784, 50],
12 "reason": "style change" 14 "reason": "style change"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow (relative positioned) P", 17 "object": "LayoutBlockFlow (relative positioned) P",
16 "rect": [8, 146, 784, 18], 18 "rect": [8, 146, 784, 18],
17 "reason": "bounds change" 19 "reason": "bounds change"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow (relative positioned) P", 22 "object": "LayoutBlockFlow (relative positioned) P",
21 "rect": [8, 130, 784, 18], 23 "rect": [8, 130, 784, 18],
22 "reason": "bounds change" 24 "reason": "bounds change"
23 }, 25 },
24 { 26 {
25 "object": "LayoutText #text", 27 "object": "LayoutText #text",
26 "rect": [8, 146, 70, 18], 28 "rect": [8, 146, 70, 18],
27 "reason": "bounds change" 29 "reason": "bounds change"
28 }, 30 },
29 { 31 {
30 "object": "LayoutText #text", 32 "object": "LayoutText #text",
31 "rect": [8, 130, 70, 18], 33 "rect": [8, 130, 70, 18],
32 "reason": "bounds change" 34 "reason": "bounds change"
33 },
34 {
35 "object": "InlineTextBox 'SUCCESS'",
36 "reason": "bounds change"
37 },
38 {
39 "object": "RootInlineBox",
40 "reason": "full"
41 } 35 }
42 ] 36 ]
43 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutBlockFlow DIV id='allcontent'",
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutBlockFlow (relative positioned) P",
46 "reason": "bounds change"
47 },
48 {
49 "object": "RootInlineBox",
50 "reason": "bounds change"
51 },
52 {
53 "object": "LayoutText #text",
54 "reason": "bounds change"
55 },
56 {
57 "object": "InlineTextBox 'SUCCESS'",
58 "reason": "bounds change"
59 }
44 ] 60 ]
45 } 61 }
46 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698