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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-great-grandparent-change-location-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 15 matching lines...) Expand all
26 { 26 {
27 "object": "LayoutText #text", 27 "object": "LayoutText #text",
28 "rect": [100, 100, 41, 18], 28 "rect": [100, 100, 41, 18],
29 "reason": "bounds change" 29 "reason": "bounds change"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ], 33 ],
34 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
35 { 35 {
36 "object": "LayoutBlockFlow (positioned) DIV id='great-grandparent'", 36 "object": "LayoutBlockFlow (positioned) DIV",
37 "reason": "bounds change" 37 "reason": "location change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow (positioned) DIV", 40 "object": "LayoutBlockFlow (positioned) DIV",
41 "reason": "bounds change" 41 "reason": "location change"
42 }, 42 },
43 { 43 {
44 "object": "LayoutBlockFlow (positioned) DIV", 44 "object": "LayoutBlockFlow (positioned) DIV",
45 "reason": "bounds change"
46 },
47 {
48 "object": "LayoutBlockFlow (positioned) DIV",
49 "reason": "bounds change" 45 "reason": "bounds change"
50 }, 46 },
51 { 47 {
52 "object": "RootInlineBox", 48 "object": "RootInlineBox",
53 "reason": "bounds change" 49 "reason": "bounds change"
54 }, 50 },
55 { 51 {
56 "object": "LayoutText #text", 52 "object": "LayoutText #text",
57 "reason": "bounds change" 53 "reason": "bounds change"
58 }, 54 },
59 { 55 {
60 "object": "InlineTextBox 'Target'", 56 "object": "InlineTextBox 'Target'",
61 "reason": "bounds change" 57 "reason": "bounds change"
62 } 58 }
63 ] 59 ]
64 } 60 }
65 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698