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

Side by Side Diff: LayoutTests/platform/win/fast/repaint/overflow-scroll-delete-expected.txt

Issue 170643006: Auto-rebaseline for r167542 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 This is a repaint test for http://bugs.webkit.org/show_bug.cgi?id=11277 REGRESSI ON: Incomplete repaint of overflow areas when deleting. This shows that the repa int rect doesn't account for scrolling. You can use Quartz Debug to see that cha nging the text repaints a rect where the text would have been if it hadn't been scrolled.
2 RenderView at (0,0) size 800x600 2
3 layer at (0,0) size 800x600 3
4 RenderBlock {HTML} at (0,0) size 800x600 4
5 RenderBody {BODY} at (8,8) size 784x584 5
6 RenderBlock {P} at (0,0) size 784x60 6
7 RenderText {#text} at (0,0) size 144x19 7
8 text run at (0,0) width 144: "This is a repaint test for " 8
9 RenderInline {I} at (0,0) size 754x39 9
10 RenderInline {A} at (0,0) size 305x19 [color=#0000EE] 10
11 RenderText {#text} at (144,0) size 305x19 11
12 text run at (144,0) width 305: "http://bugs.webkit.org/show_bug.cg i?id=11277" 12 Passed Test
13 RenderText {#text} at (449,0) size 754x39 13 (repaint rects
14 text run at (449,0) width 4: " " 14 (rect 8 136 80 17)
15 text run at (453,0) width 301: "REGRESSION: Incomplete repaint of ov erflow" 15 )
16 text run at (0,20) width 128: "areas when deleting" 16
17 RenderText {#text} at (128,20) size 733x39
18 text run at (128,20) width 8: ". "
19 text run at (136,20) width 422: "This shows that the repaint rect does n't account for scrolling. You can "
20 text run at (558,20) width 175: "use Quartz Debug to see that"
21 text run at (0,40) width 388: "changing the text repaints a rect where the text would have been "
22 text run at (388,40) width 146: "if it hadn't been scrolled."
23 layer at (8,84) size 80x69 clip at (8,84) size 65x69 scrollY 128 scrollHeight 22 0
24 RenderBlock {DIV} at (0,76) size 80x69
25 RenderBR {BR} at (0,0) size 0x19
26 RenderBR {BR} at (0,20) size 0x19
27 RenderBR {BR} at (0,40) size 0x19
28 RenderBR {BR} at (0,60) size 0x19
29 RenderBR {BR} at (0,80) size 0x19
30 RenderBR {BR} at (0,100) size 0x19
31 RenderBR {BR} at (0,120) size 0x19
32 RenderBR {BR} at (0,140) size 0x19
33 RenderBR {BR} at (0,160) size 0x19
34 RenderText {#text} at (0,180) size 43x39
35 text run at (0,180) width 43: "Passed"
36 text run at (0,200) width 26: "Test"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698