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

Side by Side Diff: LayoutTests/platform/mac/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 94 100 54)
8 (children 1 8 (rect 48 94 100 100)
9 (GraphicsLayer 9 (rect 31 148 761 50)
10 (bounds 800.00 600.00) 10 (rect 31 94 761 104)
11 (contentsOpaque 1) 11 (rect 8 148 784 50)
12 (drawsContent 1)
13 (repaint rects
14 (rect 48.00 94.00 100.00 54.00)
15 (rect 48.00 94.00 100.00 100.00)
16 (rect 31.00 148.00 761.00 50.00)
17 (rect 31.00 94.00 761.00 104.00)
18 (rect 8.00 148.00 784.00 50.00)
19 )
20 )
21 )
22 ) 12 )
23 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698