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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [64, 26, 10, 18],
10 [63, 26, 8, 18],
11 [17, 26, 48, 18],
12 [15, 26, 49, 18],
13 [8, 26, 784, 18],
14 [8, 26, 10, 18],
15 [8, 26, 8, 18]
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 '}'"
34 ]
35 }
36 ]
37 }
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698