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

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

Issue 1971493002: Auto-rebaseline for r392652 (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, 235],
24 "drawsContent": true, 24 "drawsContent": true,
25 "paintInvalidations": [ 25 "paintInvalidations": [
26 { 26 {
27 "object": "LayoutFlexibleBox DIV", 27 "object": "LayoutFlexibleBox DIV",
28 "rect": [47, 208, 111, 24], 28 "rect": [53, 216, 92, 8],
29 "reason": "forced by layout" 29 "reason": "forced by layout"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSlider INPUT", 32 "object": "LayoutSlider INPUT",
33 "rect": [47, 208, 111, 24], 33 "rect": [53, 216, 92, 8],
34 "reason": "full" 34 "reason": "full"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSlider INPUT",
38 "rect": [229, 208, 50, 24],
39 "reason": "full"
40 },
41 {
42 "object": "LayoutButton INPUT", 37 "object": "LayoutButton INPUT",
43 "rect": [194, 205, 36, 30], 38 "rect": [194, 205, 36, 30],
44 "reason": "full" 39 "reason": "full"
45 }, 40 },
46 { 41 {
47 "object": "LayoutBlockFlow DIV id='thumb'", 42 "object": "LayoutBlockFlow DIV id='thumb'",
48 "rect": [118, 208, 33, 24], 43 "rect": [118, 208, 33, 24],
49 "reason": "full" 44 "reason": "full"
50 }, 45 },
51 { 46 {
52 "object": "LayoutBlockFlow DIV id='thumb'", 47 "object": "LayoutBlockFlow DIV id='thumb'",
53 "rect": [47, 208, 32, 24], 48 "rect": [47, 208, 32, 24],
54 "reason": "full" 49 "reason": "full"
55 }, 50 },
56 { 51 {
52 "object": "LayoutSlider INPUT",
53 "rect": [235, 216, 32, 8],
54 "reason": "full"
55 },
56 {
57 "object": "LayoutButton INPUT", 57 "object": "LayoutButton INPUT",
58 "rect": [14, 205, 30, 30], 58 "rect": [14, 205, 30, 30],
59 "reason": "full" 59 "reason": "full"
60 }, 60 },
61 { 61 {
62 "object": "LayoutText #text", 62 "object": "LayoutText #text",
63 "rect": [159, 212, 28, 15], 63 "rect": [159, 212, 28, 15],
64 "reason": "full" 64 "reason": "full"
65 }, 65 },
66 { 66 {
(...skipping 15 matching lines...) Expand all
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