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

Side by Side Diff: LayoutTests/platform/win/fast/repaint/outline-change-invalidation-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 test checks that an outline change is correctly repainted. 1 This test checks that an outline change is correctly repainted.
2 2
3 There should be a 5px green outline below. 3 There should be a 5px green outline below.
4 4
5 Lorem Ipsum 5 Lorem Ipsum
6 (GraphicsLayer 6 (repaint rects
7 (bounds 800.00 600.00) 7 (rect 30 88 762 20)
8 (children 1 8 (rect 43 83 754 30)
9 (GraphicsLayer 9 (rect 30 88 762 20)
10 (bounds 800.00 600.00) 10 (rect 30 83 767 30)
11 (contentsOpaque 1) 11 (rect 8 88 784 20)
12 (drawsContent 1) 12 (rect 8 83 789 30)
13 (repaint rects 13 (rect 792 16 5 97)
14 (rect 30.00 88.00 762.00 20.00) 14 (rect 8 108 789 5)
15 (rect 43.00 83.00 754.00 30.00)
16 (rect 30.00 88.00 762.00 20.00)
17 (rect 30.00 83.00 767.00 30.00)
18 (rect 8.00 88.00 784.00 20.00)
19 (rect 8.00 83.00 789.00 30.00)
20 (rect 792.00 16.00 5.00 97.00)
21 (rect 8.00 108.00 789.00 5.00)
22 )
23 )
24 )
25 ) 15 )
26 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698