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

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

Issue 1313103003: Auto-rebaseline for r201759 (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
« no previous file with comments | « LayoutTests/platform/mac-retina/css3/flexbox/repaint-rtl-column-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 8],
11 "bounds": [320, 240]
12 },
13 {
14 "shouldFlattenTransform": false,
15 "children": [
16 {
17 "position": [8, 8],
18 "bounds": [320, 240],
19 "drawsContent": true
20 },
21 {
22 "position": [8, 8],
23 "bounds": [320, 235],
24 "drawsContent": true,
25 "repaintRects": [
26 [229, 208, 50, 24],
27 [194, 205, 35, 30],
28 [159, 212, 27, 15],
29 [159, 205, 26, 22],
30 [118, 208, 32, 24],
31 [47, 208, 110, 24],
32 [47, 208, 110, 24],
33 [47, 208, 32, 24],
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"
48 ]
49 }
50 ]
51 }
52 ]
53 }
54 ]
55 }
56
OLDNEW
« no previous file with comments | « LayoutTests/platform/mac-retina/css3/flexbox/repaint-rtl-column-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698