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

Side by Side Diff: LayoutTests/platform/win/fast/repaint/stacked-diacritics-expected.txt

Issue 251703003: Auto-rebaseline for r172545 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 BUG ID: Bugzilla bug 6274Text repainting does not account for glyphs which draw outside the typographic bounds of the font. 1 BUG ID: Bugzilla bug 6274Text repainting does not account for glyphs which draw outside the typographic bounds of the font.
2 2
3 TEST PASS: The text will entirely disappear. 3 TEST PASS: The text will entirely disappear.
4 4
5 TEST FAIL: Most of the text will be gone, but some artifacts will be left behind at the top of the page. 5 TEST FAIL: Most of the text will be gone, but some artifacts will be left behind at the top of the page.
6 6
7 7
8 (repaint rects 8 (GraphicsLayer
9 (rect 19 147 200 43) 9 (bounds 800.00 600.00)
10 (rect 19 147 200 43) 10 (children 1
11 (GraphicsLayer
12 (bounds 800.00 600.00)
13 (contentsOpaque 1)
14 (drawsContent 1)
15 (repaint rects
16 (rect 19.00 147.00 200.00 43.00)
17 (rect 19.00 147.00 200.00 43.00)
18 )
19 )
20 )
11 ) 21 )
12 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698