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

Side by Side Diff: LayoutTests/platform/linux/fast/repaint/quotes-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations 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 | Annotate | Revision Log
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 [63, 28, 9, 19], 9 [63, 28, 9, 19],
10 [61, 28, 8, 19], 10 [61, 28, 8, 19],
11 [17, 28, 46, 19], 11 [17, 28, 46, 19],
12 [15, 28, 46, 19], 12 [15, 28, 46, 19],
13 [8, 28, 784, 19], 13 [8, 28, 784, 19],
14 [8, 28, 9, 19], 14 [8, 28, 9, 19],
15 [8, 28, 7, 19] 15 [8, 28, 7, 19]
16 ],
17 "paintInvalidationClients": [
18 "InlineTextBox ''",
19 "InlineTextBox ''",
20 "InlineTextBox ''",
21 "RootInlineBox",
22 "LayoutBlockFlow DIV",
23 "LayoutInline Q id='q2' class='q-changed'",
24 "LayoutInline \u003Cpseudo:before\u003E",
25 "LayoutQuote (anonymous)",
26 "LayoutTextFragment (anonymous)",
27 "InlineTextBox '{'",
28 "LayoutText #text",
29 "InlineTextBox 'quote 2'",
30 "LayoutInline \u003Cpseudo:after\u003E",
31 "LayoutQuote (anonymous)",
32 "LayoutTextFragment (anonymous)",
33 "InlineTextBox '}'"
16 ] 34 ]
17 } 35 }
18 ] 36 ]
19 } 37 }
20 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698