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

Side by Side Diff: LayoutTests/platform/win/virtual/slimmingpaint/fast/text/unicode-variation-selector-expected.txt

Issue 1149693002: Add Unicode Variation Selector support to harfBuzzGetGlyph (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add -expected back that was accidentally removed during rebase Created 5 years, 6 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
OLDNEW
(Empty)
1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 LayoutBlockFlow {P} at (0,0) size 784x54
7 LayoutText {#text} at (0,0) size 764x53
8 text run at (0,0) width 507: "This page ensures that WebKit can render unicode variation selector correctly. "
9 text run at (506,0) width 258: "On platforms which support UVSes, the"
10 text run at (0,18) width 763: "glyph of U+0061 should be a 0.2em high, 1em wide rectangle. On platforms which don't support UVSes, it should be a"
11 text run at (0,36) width 50: "square. "
12 text run at (49,36) width 679: "In addition, any glyphs (including the last resort glyph) should not appear after the glyph on all platforms."
13 LayoutBlockFlow {DIV} at (0,70) size 784x18
14 LayoutText {#text} at (0,0) size 288x17
15 text run at (0,0) width 288: "Glyph for code point U+0061 without UVS: "
16 LayoutInline {SPAN} at (0,0) size 17x16
17 LayoutText {#text} at (287,1) size 17x16
18 text run at (287,1) width 17: "a"
19 LayoutText {#text} at (0,0) size 0x0
20 LayoutBlockFlow {DIV} at (0,88) size 784x18
21 LayoutText {#text} at (0,0) size 268x17
22 text run at (0,0) width 268: "Glyph for code point U+0061 with UVS: "
23 LayoutInline {SPAN} at (0,0) size 17x16
24 LayoutText {#text} at (267,1) size 17x16
25 text run at (267,1) width 17: "a\x{DB40}\x{DD00}"
26 LayoutText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698