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

Side by Side Diff: LayoutTests/platform/android/fast/repaint/bugzilla-6388-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 layer at (0,0) size 800x600 1 {
2 LayoutView at (0,0) size 800x600 2 "bounds": [800, 600],
3 layer at (0,0) size 800x264 3 "children": [
4 LayoutBlockFlow {HTML} at (0,0) size 800x264 4 {
5 LayoutBlockFlow {BODY} at (8,16) size 784x240 5 "bounds": [800, 600],
6 LayoutBlockFlow {P} at (0,0) size 784x20 6 "contentsOpaque": true,
7 LayoutInline {B} at (0,0) size 61x19 7 "drawsContent": true,
8 LayoutText {#text} at (0,0) size 61x19 8 "repaintRects": [
9 text run at (0,0) width 61: "BUG ID:" 9 [8, 136, 100, 100],
10 LayoutText {#text} at (61,0) size 4x19 10 [8, 136, 100, 100]
11 text run at (61,0) width 4: " " 11 ]
12 LayoutInline {A} at (0,0) size 108x19 [color=#0000EE] 12 }
13 LayoutText {#text} at (65,0) size 108x19 13 ]
14 text run at (65,0) width 108: "Bugzilla bug 6388" 14 }
15 LayoutText {#text} at (173,0) size 465x19 15
16 text run at (173,0) width 465: " REGRESSION: Incomplete repaint when d ragging the map on Google maps"
17 LayoutBlockFlow {P} at (0,36) size 784x26 [bgcolor=#98FB98]
18 LayoutInline {B} at (0,0) size 86x19
19 LayoutText {#text} at (3,3) size 86x19
20 text run at (3,3) width 86: "TEST PASS:"
21 LayoutText {#text} at (89,3) size 227x19
22 text run at (89,3) width 4: " "
23 text run at (93,3) width 223: "The blue square will change to green."
24 LayoutBlockFlow {P} at (0,78) size 784x26 [bgcolor=#FF3300]
25 LayoutInline {B} at (0,0) size 84x19
26 LayoutText {#text} at (3,3) size 84x19
27 text run at (3,3) width 84: "TEST FAIL:"
28 LayoutText {#text} at (87,3) size 264x19
29 text run at (87,3) width 4: " "
30 text run at (91,3) width 260: "The blue square will NOT change to gree n."
31 LayoutBlockFlow (anonymous) at (0,220) size 784x20
32 LayoutBR {BR} at (0,0) size 0x19
33 layer at (8,136) size 100x100
34 LayoutBlockFlow (relative positioned) {DIV} at (0,120) size 100x100
35 layer at (-92,136) size 200x100 backgroundClip at (8,136) size 100x100 clip at ( 8,136) size 100x100 outlineClip at (8,136) size 100x100
36 LayoutBlockFlow (positioned) {DIV} at (0,0) size 200x100 [bgcolor=#008000]
37 LayoutBlockFlow {DIV} at (0,0) size 100x100 [bgcolor=#0000FF]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698