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

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

Issue 1194763003: Auto-rebaseline for r197414 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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],
(...skipping 14 matching lines...) Expand all
25 "repaintRects": [ 25 "repaintRects": [
26 [229, 208, 50, 24], 26 [229, 208, 50, 24],
27 [194, 205, 35, 30], 27 [194, 205, 35, 30],
28 [160, 212, 25, 16], 28 [160, 212, 25, 16],
29 [160, 205, 25, 23], 29 [160, 205, 25, 23],
30 [119, 208, 32, 24], 30 [119, 208, 32, 24],
31 [47, 208, 111, 24], 31 [47, 208, 111, 24],
32 [47, 208, 111, 24], 32 [47, 208, 111, 24],
33 [47, 208, 32, 24], 33 [47, 208, 32, 24],
34 [14, 205, 30, 30] 34 [14, 205, 30, 30]
35 ],
36 "paintInvalidationClients": [
37 "InlineTextBox ''",
38 "RootInlineBox",
39 "LayoutButton INPUT",
40 "LayoutSlider INPUT",
41 "LayoutFlexibleBox DIV",
42 "LayoutBlockFlow DIV id='thumb'",
43 "LayoutBlockFlow (anonymous)",
44 "LayoutText #text",
45 "InlineTextBox '0:00'",
46 "LayoutButton INPUT",
47 "LayoutSlider INPUT"
35 ] 48 ]
36 } 49 }
37 ] 50 ]
38 } 51 }
39 ] 52 ]
40 } 53 }
41 ] 54 ]
42 } 55 }
43 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698