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

Side by Side Diff: LayoutTests/platform/mac/fast/repaint/control-clip-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 Test for http://bugs.webkit.org/show_bug.cgi?id=13391 REGRESSION (r18819): Incom plete repaint of button text. 1 Test for http://bugs.webkit.org/show_bug.cgi?id=13391 REGRESSION (r18819): Incom plete repaint of button text.
2 2
3 The popup and the button should say “SUCCESS” with no sign of “FAILURE”. 3 The popup and the button should say “SUCCESS” with no sign of “FAILURE”.
4 4
5 SUCCESS 5 SUCCESS
6 (GraphicsLayer 6 (repaint rects
7 (bounds 800.00 600.00) 7 (rect 8 76 200 30)
8 (children 1 8 (rect 8 76 200 30)
9 (GraphicsLayer 9 (rect 9 85 198 13)
10 (bounds 800.00 600.00) 10 (rect 16 114 184 13)
11 (contentsOpaque 1)
12 (drawsContent 1)
13 (repaint rects
14 (rect 8.00 76.00 200.00 30.00)
15 (rect 8.00 76.00 200.00 30.00)
16 (rect 9.00 85.00 198.00 13.00)
17 (rect 16.00 114.00 184.00 13.00)
18 )
19 )
20 )
21 ) 11 )
22 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698