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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/media/video-paint-invalidation-expected.txt

Issue 1974373002: Auto-rebaseline for r393557 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [320, 240] 11 "bounds": [320, 240]
12 }, 12 },
13 { 13 {
14 "shouldFlattenTransform": false, 14 "shouldFlattenTransform": false,
15 "children": [ 15 "children": [
16 { 16 {
17 "position": [8, 8], 17 "position": [8, 8],
18 "bounds": [320, 240], 18 "bounds": [320, 240],
19 "drawsContent": true 19 "drawsContent": true
20 }, 20 },
21 { 21 {
22 "position": [8, 8], 22 "position": [8, 8],
23 "bounds": [320, 235], 23 "bounds": [320, 240],
24 "drawsContent": true, 24 "drawsContent": true,
25 "paintInvalidations": [ 25 "paintInvalidations": [
26 { 26 {
27 "object": "LayoutSlider INPUT",
28 "rect": [108, 223, 70, 2],
29 "reason": "full"
30 },
31 {
27 "object": "LayoutFlexibleBox DIV", 32 "object": "LayoutFlexibleBox DIV",
28 "rect": [53, 216, 92, 8], 33 "rect": [108, 223, 69, 2],
29 "reason": "forced by layout" 34 "reason": "forced by layout"
30 }, 35 },
31 { 36 {
32 "object": "LayoutSlider INPUT", 37 "object": "LayoutBlockFlow DIV id='thumb'",
33 "rect": [53, 216, 92, 8], 38 "rect": [90, 208, 37, 32],
39 "reason": "full"
40 },
41 {
42 "object": "LayoutBlockFlow DIV id='thumb'",
43 "rect": [159, 208, 36, 32],
34 "reason": "full" 44 "reason": "full"
35 }, 45 },
36 { 46 {
37 "object": "LayoutButton INPUT", 47 "object": "LayoutButton INPUT",
38 "rect": [194, 205, 36, 30], 48 "rect": [195, 208, 32, 32],
39 "reason": "full" 49 "reason": "full"
40 }, 50 },
41 { 51 {
42 "object": "LayoutBlockFlow DIV id='thumb'", 52 "object": "LayoutButton INPUT",
43 "rect": [118, 208, 33, 24], 53 "rect": [0, 208, 32, 32],
44 "reason": "full"
45 },
46 {
47 "object": "LayoutBlockFlow DIV id='thumb'",
48 "rect": [47, 208, 32, 24],
49 "reason": "full" 54 "reason": "full"
50 }, 55 },
51 { 56 {
52 "object": "LayoutSlider INPUT", 57 "object": "LayoutSlider INPUT",
53 "rect": [235, 216, 32, 8], 58 "rect": [245, 223, 25, 2],
54 "reason": "full"
55 },
56 {
57 "object": "LayoutButton INPUT",
58 "rect": [14, 205, 30, 30],
59 "reason": "full"
60 },
61 {
62 "object": "LayoutText #text",
63 "rect": [159, 212, 28, 15],
64 "reason": "full" 59 "reason": "full"
65 }, 60 },
66 { 61 {
67 "object": "LayoutBlockFlow (anonymous)", 62 "object": "LayoutBlockFlow (anonymous)",
68 "rect": [159, 205, 27, 22], 63 "rect": [32, 208, 24, 23],
69 "reason": "invalidate paint rectangle" 64 "reason": "invalidate paint rectangle"
70 }, 65 },
71 { 66 {
67 "object": "LayoutText #text",
68 "rect": [32, 217, 24, 14],
69 "reason": "full"
70 },
71 {
72 "object": "InlineTextBox ''", 72 "object": "InlineTextBox ''",
73 "reason": "full" 73 "reason": "full"
74 }, 74 },
75 { 75 {
76 "object": "InlineTextBox '0:00'", 76 "object": "InlineTextBox '0:00'",
77 "reason": "full" 77 "reason": "full"
78 }, 78 },
79 { 79 {
80 "object": "RootInlineBox", 80 "object": "RootInlineBox",
81 "reason": "full" 81 "reason": "full"
82 } 82 }
83 ] 83 ]
84 } 84 }
85 ] 85 ]
86 } 86 }
87 ] 87 ]
88 } 88 }
89 ] 89 ]
90 } 90 }
91 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698