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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/inline-reflow-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 [200, 0, 100, 200],
10 [0, 300, 300, 20],
11 [0, 300, 200, 20],
12 [0, 200, 200, 100],
13 [0, 0, 300, 200],
14 [0, 0, 200, 300]
15 ],
16 "paintInvalidationClients": [
17 "RootInlineBox",
18 "RootInlineBox",
19 "RootInlineBox",
20 "RootInlineBox",
21 "RootInlineBox",
22 "RootInlineBox",
23 "RootInlineBox",
24 "RootInlineBox",
25 "RootInlineBox",
26 "RootInlineBox",
27 "RootInlineBox",
28 "RootInlineBox",
29 "RootInlineBox",
30 "RootInlineBox",
31 "RootInlineBox",
32 "InlineTextBox 'A A A A A'",
33 "InlineTextBox 'AA AA AA'",
34 "InlineTextBox 'AA AAA AAA'",
35 "InlineTextBox 'AAA AAAA'",
36 "InlineTextBox 'AAAA AAAAA'",
37 "InlineTextBox 'AAAAA'",
38 "InlineTextBox 'AAAAAA'",
39 "InlineTextBox 'AAAAAAA'",
40 "InlineTextBox 'AAAAAA'",
41 "InlineTextBox 'AAAAA'",
42 "InlineTextBox 'AAAAA AAAA'",
43 "InlineTextBox 'AAAA AAA'",
44 "InlineTextBox 'AAA AAA AA'",
45 "InlineTextBox 'AA AA AA A'",
46 "InlineTextBox 'A A A A'",
47 "RootInlineBox",
48 "InlineTextBox 'A A A A A'",
49 "LayoutBlockFlow (positioned) DIV id='div1' class='container'",
50 "LayoutText #text",
51 "InlineTextBox 'A A A A A AA AA'",
52 "InlineTextBox 'AA AA AAA AAA'",
53 "InlineTextBox 'AAA AAAA AAAA'",
54 "InlineTextBox 'AAAAA AAAAA'",
55 "InlineTextBox 'AAAAAA AAAAAAA'",
56 "InlineTextBox 'AAAAAA AAAAA'",
57 "InlineTextBox 'AAAAA AAAA AAAA'",
58 "InlineTextBox 'AAA AAA AAA AA'",
59 "InlineTextBox 'AA AA AA A A A'",
60 "InlineTextBox 'A A'",
61 "LayoutBlockFlow (positioned) DIV id='div2' class='container'"
62 ]
63 }
64 ]
65 }
66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698