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

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

Issue 697433004: Auto-rebaseline for r184794 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 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 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "position": [8, 8], 44 "position": [8, 8],
45 "bounds": [300, 500] 45 "bounds": [300, 500]
46 }, 46 },
47 { 47 {
48 "position": [15, 35], 48 "position": [15, 35],
49 "bounds": [100, 210], 49 "bounds": [100, 210],
50 "drawsContent": true, 50 "drawsContent": true,
51 "repaintRects": [ 51 "repaintRects": [
52 [37, 160, 3, 17], 52 [37, 160, 3, 17],
53 [37, 80, 3, 35], 53 [37, 80, 3, 35],
54 [37, 80, 3, 17],
54 [0, 160, 39, 35], 55 [0, 160, 39, 35],
55 [0, 80, 100, 50], 56 [0, 80, 100, 50],
56 [0, 80, 39, 35] 57 [0, 80, 39, 35]
57 ] 58 ]
58 } 59 }
59 ] 60 ]
60 } 61 }
61 ] 62 ]
62 } 63 }
63 ] 64 ]
64 } 65 }
65 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698