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

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

Issue 1332413003: Auto-rebaseline for r202145 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | Annotate | Revision Log
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 "paintInvalidationClients": [
13 "LayoutVideo VIDEO id='video'"
14 ]
12 }, 15 },
13 { 16 {
14 "shouldFlattenTransform": false, 17 "shouldFlattenTransform": false,
15 "children": [ 18 "children": [
16 { 19 {
17 "position": [8, 8], 20 "position": [8, 8],
18 "bounds": [320, 240], 21 "bounds": [320, 240],
19 "drawsContent": true 22 "drawsContent": true
20 }, 23 },
21 { 24 {
22 "position": [8, 8], 25 "position": [8, 8],
23 "bounds": [320, 235], 26 "bounds": [320, 235],
24 "drawsContent": true, 27 "drawsContent": true,
25 "repaintRects": [ 28 "repaintRects": [
26 [229, 208, 50, 24], 29 [229, 208, 50, 24],
27 [194, 205, 35, 30], 30 [194, 205, 36, 30],
28 [159, 212, 27, 15], 31 [159, 212, 28, 15],
29 [159, 205, 26, 22], 32 [159, 205, 27, 22],
30 [118, 208, 32, 24], 33 [118, 208, 33, 24],
31 [47, 208, 110, 24], 34 [47, 208, 111, 24],
32 [47, 208, 110, 24], 35 [47, 208, 111, 24],
33 [47, 208, 32, 24], 36 [47, 208, 32, 24],
34 [14, 205, 30, 30] 37 [14, 205, 30, 30]
38 ],
39 "paintInvalidationClients": [
40 "InlineTextBox ''",
41 "RootInlineBox",
42 "LayoutButton INPUT",
43 "LayoutSlider INPUT",
44 "LayoutFlexibleBox DIV",
45 "LayoutBlockFlow DIV id='thumb'",
46 "LayoutBlockFlow (anonymous)",
47 "LayoutText #text",
48 "InlineTextBox '0:00'",
49 "LayoutButton INPUT",
50 "LayoutSlider INPUT"
35 ] 51 ]
36 } 52 }
37 ] 53 ]
38 } 54 }
39 ] 55 ]
40 } 56 }
41 ] 57 ]
42 } 58 }
43 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698