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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt

Issue 2087483002: 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 BODY", 12 "object": "LayoutBlockFlow BODY",
11 "rect": [8, 7, 784, 20], 13 "rect": [8, 7, 784, 20],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 },
14 {
15 "object": "RootInlineBox",
16 "reason": "full"
17 } 15 }
18 ], 16 ],
19 "children": [ 17 "children": [
20 { 18 {
19 "name": "LayoutInline (relative positioned) DIV id='block'",
21 "position": [68, 7], 20 "position": [68, 7],
22 "bounds": [374, 20], 21 "bounds": [374, 20],
23 "drawsContent": true, 22 "drawsContent": true,
24 "backfaceVisibility": "hidden", 23 "backfaceVisibility": "hidden"
25 "paintInvalidations": [
26 {
27 "object": "InlineFlowBox",
28 "reason": "full"
29 },
30 {
31 "object": "InlineTextBox 'When this layer moves it shouldn't gener ate a repaint rect.'",
32 "reason": "full"
33 }
34 ]
35 } 24 }
36 ] 25 ]
37 } 26 }
27 ],
28 "objectPaintInvalidations": [
29 {
30 "object": "LayoutBlockFlow BODY",
31 "reason": "invalidate paint rectangle"
32 }
38 ] 33 ]
39 } 34 }
40 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698