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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/compositing/repaint/resize-repaint-expected.txt

Issue 1132313002: Auto-rebaseline for r195159 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/virtual/slimmingpaint/svg/text/modify-text-node-in-tspan-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": [
9 [0, 121, 800, 102]
10 ],
11 "paintInvalidationClients": [
12 "LayoutBlockFlow HTML"
13 ],
8 "children": [ 14 "children": [
9 { 15 {
10 "position": [8, 8], 16 "position": [8, 8],
11 "bounds": [402, 207], 17 "bounds": [402, 207],
12 "drawsContent": true, 18 "drawsContent": true,
13 "repaintRects": [ 19 "repaintRects": [
14 [2, 155, 398, 50], 20 [2, 155, 398, 50],
15 [2, 104, 398, 50], 21 [2, 104, 398, 50],
16 [0, 105, 402, 102], 22 [0, 105, 402, 102],
17 [0, 104, 402, 103] 23 [0, 104, 402, 103]
24 ],
25 "paintInvalidationClients": [
26 "LayoutBlockFlow DIV id='resizing'",
27 "LayoutBlockFlow DIV",
28 "LayoutBlockFlow DIV"
18 ] 29 ]
19 } 30 }
20 ] 31 ]
21 } 32 }
22 ] 33 ]
23 } 34 }
24 35
OLDNEW
« no previous file with comments | « LayoutTests/platform/win/virtual/slimmingpaint/svg/text/modify-text-node-in-tspan-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698