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

Side by Side Diff: LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt

Issue 707973008: Auto-rebaseline for r185075 (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
« no previous file with comments | « LayoutTests/platform/win-xp/fast/repaint/offset-change-wrong-invalidation-with-float-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 { 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 "repaintRects": [ 8 "repaintRects": [
9 [70, 94, 18, 20], 9 [71, 92, 17, 18],
10 [70, 94, 7, 19], 10 [71, 92, 7, 17],
11 [70, -156, 18, 20], 11 [71, -158, 17, 18],
12 [70, -156, 7, 19], 12 [71, -158, 7, 17],
13 [48, 94, 40, 20], 13 [48, 92, 40, 18],
14 [48, -156, 40, 20] 14 [48, -158, 40, 18]
15 ], 15 ],
16 "children": [ 16 "children": [
17 { 17 {
18 "position": [30, 44], 18 "position": [31, 42],
19 "transformOrigin": [18, 10], 19 "transformOrigin": [17, 9],
20 "bounds": [25, 20], 20 "bounds": [24, 18],
21 "drawsContent": true, 21 "drawsContent": true,
22 "children": [ 22 "children": [
23 { 23 {
24 "position": [18, 0], 24 "position": [17, 0],
25 "bounds": [0, 19], 25 "bounds": [0, 17],
26 "backfaceVisibility": "hidden" 26 "backfaceVisibility": "hidden"
27 } 27 }
28 ] 28 ]
29 }, 29 },
30 { 30 {
31 "position": [30, 44], 31 "position": [31, 42],
32 "bounds": [18, 20], 32 "bounds": [17, 18],
33 "drawsContent": true 33 "drawsContent": true
34 } 34 }
35 ] 35 ]
36 } 36 }
37 ] 37 ]
38 } 38 }
39 39
OLDNEW
« no previous file with comments | « LayoutTests/platform/win-xp/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698