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

Side by Side Diff: LayoutTests/platform/win/virtual/softwarecompositing/squashing/selection-repaint-with-gaps-expected.txt

Issue 364913003: Auto-rebaseline for r177408 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/win/fast/repaint/repaint-across-writing-mode-boundary-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
1 lorem ipsumlorem ipsumlorem ipsum 1 lorem ipsumlorem ipsumlorem ipsum
2 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [8, 8], 13 "position": [8, 8],
14 "bounds": [300, 500] 14 "bounds": [300, 500]
15 }, 15 },
16 { 16 {
17 "position": [15, 35], 17 "position": [15, 35],
18 "bounds": [100, 210], 18 "bounds": [100, 210],
19 "drawsContent": true, 19 "drawsContent": true,
20 "repaintRects": [ 20 "repaintRects": [
21 [37, 80, 3, 17], 21 [37, 80, 3, 17],
22 [0, 80, 40, 35] 22 [0, 80, 39, 35]
23 ] 23 ]
24 } 24 }
25 ] 25 ]
26 } 26 }
27 ] 27 ]
28 } 28 }
29 ] 29 ]
30 } 30 }
31 { 31 {
32 "bounds": [800, 600], 32 "bounds": [800, 600],
33 "children": [ 33 "children": [
34 { 34 {
35 "bounds": [800, 600], 35 "bounds": [800, 600],
36 "contentsOpaque": true, 36 "contentsOpaque": true,
37 "drawsContent": true, 37 "drawsContent": true,
38 "children": [ 38 "children": [
39 { 39 {
40 "children": [ 40 "children": [
41 { 41 {
42 "position": [8, 8], 42 "position": [8, 8],
43 "bounds": [300, 500] 43 "bounds": [300, 500]
44 }, 44 },
45 { 45 {
46 "position": [15, 35], 46 "position": [15, 35],
47 "bounds": [100, 210], 47 "bounds": [100, 210],
48 "drawsContent": true, 48 "drawsContent": true,
49 "repaintRects": [ 49 "repaintRects": [
50 [37, 160, 3, 17], 50 [37, 160, 3, 17],
51 [37, 80, 3, 35], 51 [37, 80, 3, 35],
52 [0, 160, 40, 35], 52 [0, 160, 39, 35],
53 [0, 80, 100, 50], 53 [0, 80, 100, 50],
54 [0, 80, 40, 35] 54 [0, 80, 39, 35]
55 ] 55 ]
56 } 56 }
57 ] 57 ]
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ] 61 ]
62 } 62 }
63 63
OLDNEW
« no previous file with comments | « LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698