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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow BODY", 10 "object": "LayoutBlockFlow BODY",
11 "rect": [8, 7, 784, 20], 11 "rect": [8, 7, 784, 20],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "RootInlineBox", 15 "object": "RootInlineBox",
16 "rect": [0, 0, 0, 0],
17 "reason": "full" 16 "reason": "full"
18 } 17 }
19 ], 18 ],
20 "children": [ 19 "children": [
21 { 20 {
22 "position": [68, 7], 21 "position": [68, 7],
23 "bounds": [374, 20], 22 "bounds": [374, 20],
24 "drawsContent": true, 23 "drawsContent": true,
25 "backfaceVisibility": "hidden", 24 "backfaceVisibility": "hidden",
26 "paintInvalidations": [ 25 "paintInvalidations": [
27 { 26 {
28 "object": "InlineFlowBox", 27 "object": "InlineFlowBox",
29 "rect": [0, 0, 0, 0],
30 "reason": "full" 28 "reason": "full"
31 }, 29 },
32 { 30 {
33 "object": "InlineTextBox 'When this layer moves it shouldn't gener ate a repaint rect.'", 31 "object": "InlineTextBox 'When this layer moves it shouldn't gener ate a repaint rect.'",
34 "rect": [0, 0, 0, 0],
35 "reason": "full" 32 "reason": "full"
36 } 33 }
37 ] 34 ]
38 } 35 }
39 ] 36 ]
40 } 37 }
41 ] 38 ]
42 } 39 }
43 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698