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

Side by Side Diff: LayoutTests/platform/win/fast/repaint/list-marker-2-expected.txt

Issue 250803011: Revert FCM text-based-repaint change and rebaselines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Too many 500 errors Created 6 years, 8 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 This is a test for http://bugs.webkit.org/show_bug.cgi?id=13209 REGRESSION (r187 56-18765): Incomplete list marker repaint when resizing list item. 1 This is a test for http://bugs.webkit.org/show_bug.cgi?id=13209 REGRESSION (r187 56-18765): Incomplete list marker repaint when resizing list item.
2 2
3 There should be only one bullet, at the bottom left of the rectangle. 3 There should be only one bullet, at the bottom left of the rectangle.
4 4
5 5
6 (GraphicsLayer 6 (repaint rects
7 (bounds 800.00 600.00) 7 (rect 48 100 100 54)
8 (children 1 8 (rect 48 100 100 100)
9 (GraphicsLayer 9 (rect 30 155 762 50)
10 (bounds 800.00 600.00) 10 (rect 30 100 762 104)
11 (contentsOpaque 1) 11 (rect 8 155 784 50)
12 (drawsContent 1)
13 (repaint rects
14 (rect 48.00 100.00 100.00 54.00)
15 (rect 48.00 100.00 100.00 100.00)
16 (rect 30.00 155.00 762.00 50.00)
17 (rect 30.00 100.00 762.00 104.00)
18 (rect 8.00 155.00 784.00 50.00)
19 )
20 )
21 )
22 ) 12 )
23 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698