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

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

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 "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, 235],
24 "drawsContent": true, 24 "drawsContent": true,
25 "repaintRects": [ 25 "paintInvalidations": [
26 [229, 208, 50, 24], 26 {
27 [194, 205, 36, 30], 27 "object": "InlineTextBox ''",
28 [159, 212, 28, 15], 28 "rect": [0, 0, 0, 0],
29 [159, 205, 27, 22], 29 "reason": "full"
30 [118, 208, 33, 24], 30 },
31 [47, 208, 111, 24], 31 {
32 [47, 208, 111, 24], 32 "object": "InlineTextBox '0:00'",
33 [47, 208, 32, 24], 33 "rect": [0, 0, 0, 0],
34 [14, 205, 30, 30] 34 "reason": "full"
35 ], 35 },
36 "paintInvalidationClients": [ 36 {
37 "InlineTextBox ''", 37 "object": "LayoutBlockFlow (anonymous)",
38 "RootInlineBox", 38 "rect": [159, 205, 27, 22],
39 "LayoutButton INPUT", 39 "reason": "invalidate paint rectangle"
40 "LayoutSlider INPUT", 40 },
41 "LayoutFlexibleBox DIV", 41 {
42 "LayoutBlockFlow DIV id='thumb'", 42 "object": "LayoutBlockFlow DIV id='thumb'",
43 "LayoutBlockFlow (anonymous)", 43 "rect": [118, 208, 33, 24],
44 "LayoutText #text", 44 "reason": "location change"
45 "InlineTextBox '0:00'", 45 },
46 "LayoutButton INPUT", 46 {
47 "LayoutSlider INPUT" 47 "object": "LayoutBlockFlow DIV id='thumb'",
48 "rect": [47, 208, 32, 24],
49 "reason": "location change"
50 },
51 {
52 "object": "LayoutButton INPUT",
53 "rect": [14, 205, 30, 30],
54 "reason": "full"
55 },
56 {
57 "object": "LayoutButton INPUT",
58 "rect": [194, 205, 36, 30],
59 "reason": "full"
60 },
61 {
62 "object": "LayoutFlexibleBox DIV",
63 "rect": [47, 208, 111, 24],
64 "reason": "forced by layout"
65 },
66 {
67 "object": "LayoutSlider INPUT",
68 "rect": [47, 208, 111, 24],
69 "reason": "full"
70 },
71 {
72 "object": "LayoutSlider INPUT",
73 "rect": [229, 208, 50, 24],
74 "reason": "full"
75 },
76 {
77 "object": "LayoutText #text",
78 "rect": [159, 212, 28, 15],
79 "reason": "full"
80 },
81 {
82 "object": "RootInlineBox",
83 "rect": [0, 0, 0, 0],
84 "reason": "full"
85 }
48 ] 86 ]
49 } 87 }
50 ] 88 ]
51 } 89 }
52 ] 90 ]
53 } 91 }
54 ] 92 ]
55 } 93 }
56 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698