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

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

Issue 1338583004: Revert of 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 ]
15 }, 12 },
16 { 13 {
17 "shouldFlattenTransform": false, 14 "shouldFlattenTransform": false,
18 "children": [ 15 "children": [
19 { 16 {
20 "position": [8, 8], 17 "position": [8, 8],
21 "bounds": [320, 240], 18 "bounds": [320, 240],
22 "drawsContent": true 19 "drawsContent": true
23 }, 20 },
24 { 21 {
25 "position": [8, 8], 22 "position": [8, 8],
26 "bounds": [320, 235], 23 "bounds": [320, 235],
27 "drawsContent": true, 24 "drawsContent": true,
28 "repaintRects": [ 25 "repaintRects": [
29 [229, 208, 50, 24], 26 [229, 208, 50, 24],
30 [194, 205, 36, 30], 27 [194, 205, 35, 30],
31 [159, 212, 28, 15], 28 [159, 212, 27, 15],
32 [159, 205, 27, 22], 29 [159, 205, 26, 22],
33 [118, 208, 33, 24], 30 [118, 208, 32, 24],
34 [47, 208, 111, 24], 31 [47, 208, 110, 24],
35 [47, 208, 111, 24], 32 [47, 208, 110, 24],
36 [47, 208, 32, 24], 33 [47, 208, 32, 24],
37 [14, 205, 30, 30] 34 [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"
51 ] 35 ]
52 } 36 }
53 ] 37 ]
54 } 38 }
55 ] 39 ]
56 } 40 }
57 ] 41 ]
58 } 42 }
59 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698