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

Side by Side Diff: LayoutTests/fast/text/soft-hyphen-simple-text.html

Issue 648293003: Handle missing glyphs when adjusting spacing in SimpleShaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added LayoutTest Created 6 years, 2 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 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Soft Hyphen Test</title>
5 <style>
6 p {
7 text-align: justify;
8 width: 250px;
9 height: 250px;
10 position: relative;
11 }
12 p > #cover {
13 position: absolute;
14 top: 0;
15 left: 0;
16 right: 0;
17 bottom: 0;
18 background: green;
19 display: block;
20 }
21 </style>
22 </head>
23 <body>
24 <p>
25 Lorem ipsu&shy;m dol&shy;or sit amet, consec&shy;tetur
26 ad&shy;ipi&shy;sci&shy;ng elit. Ve&shy;sti&shy;bul&shy;u m
27 va&shy;rius, to&shy;rto&shy;r nec ti&shy;nci&shy;dunt
28 ali&shy;qu&shy;am, enim ve&shy;lit sem&shy;per nu&shy;ll a,
29 al&shy;iqu&shy;am co&shy;ndim&shy;ent&shy;um est er&shy; at
30 nec mau&shy;ris. Nam sed ju&shy;sto at nu&shy;nc sem&shy ;per
31 al&shy;iqu&shy;et sed sed nu&shy;lla. Nulla sit am&shy;e t
32 od&shy;io a di&shy;am ves&shy;tib&shy;ulu&shy;m
33 ve&shy;hic&shy;ula sed vel la&shy;cus. Lor&shy;em ipsum
34 dolor sit amet, consectetur adipiscing elit. Phasellus
35 in vestibulum nisl. Nam ti&shy;ncid&shy;unt magna sed
36 ris&shy;us bl&shy;and&shy;it sa&shy;gitt&shy;is.
37 Ph&shy;as&shy;ell&shy;us a im&shy;per&shy;di&shy;et mi.
38 <span id="cover">&nbsp;</span>
39 </p>
40 <p>
41 A green square and no text should appear above.
42 </p>
43 </body>
44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698