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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/svg/repaint/modify-transferred-listitem-different-attr-expected.txt

Issue 1193533006: Migrate svg layout tests to use slimming paint by default (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Ready to go Created 5 years, 6 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
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [103, 8, 5, 23],
10 [58, 61, 50, 10],
11 [58, 45, 50, 26],
12 [58, 45, 50, 16],
13 [23, 61, 85, 10],
14 [23, 8, 85, 23],
15 [23, 8, 80, 23]
16 ],
17 "paintInvalidationClients": [
18 "RootInlineBox",
19 "InlineTextBox 'A'",
20 "InlineTextBox ' B C'",
21 "RootInlineBox",
22 "InlineTextBox 'X'",
23 "InlineTextBox ' Y Z'",
24 "LayoutSVGRoot svg",
25 "LayoutSVGText text id='target'",
26 "LayoutSVGInlineText #text",
27 "InlineTextBox 'A'",
28 "InlineTextBox ' B C'",
29 "LayoutSVGText text id='source'",
30 "LayoutSVGInlineText #text",
31 "InlineTextBox 'X Y Z'"
32 ]
33 }
34 ]
35 }
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698