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

Side by Side Diff: LayoutTests/platform/linux/fast/repaint/reflection-redraw-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 [381, 267, 284, 59], 9 [381, 267, 284, 59],
10 [306, 377, 124, 156], 10 [306, 377, 124, 156],
11 [306, 34, 124, 182], 11 [306, 34, 124, 182],
12 [71, 267, 284, 59] 12 [71, 267, 284, 59]
13 ],
14 "paintInvalidationClients": [
15 "LayoutText #text",
16 "InlineTextBox 'The color of this text'",
17 "InlineTextBox 'in the reflection'",
18 "InlineTextBox 'should be green'",
19 "LayoutText #text",
20 "InlineTextBox 'The color of this text'",
21 "InlineTextBox 'in the reflection'",
22 "InlineTextBox 'should be green'",
23 "LayoutText #text",
24 "InlineTextBox 'The color of this text'",
25 "InlineTextBox 'in the reflection'",
26 "InlineTextBox 'should be green'",
27 "LayoutText #text",
28 "InlineTextBox 'The color of this text'",
29 "InlineTextBox 'in the reflection'",
30 "InlineTextBox 'should be green'"
13 ] 31 ]
14 } 32 }
15 ] 33 ]
16 } 34 }
17 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698