зеркало из https://github.com/mozilla/gecko-dev.git
bug 752459 - reftest for word-wrap cluster support. r=smontagu
This commit is contained in:
Родитель
e38d57ad83
Коммит
f33c539453
|
@ -121,6 +121,7 @@ HTTP(..) == wordwrap-03.html wordwrap-03-ref.html
|
|||
== wordwrap-08.html wordwrap-08-ref.html
|
||||
!= wordwrap-09.html wordwrap-01-ref.html
|
||||
== wordwrap-09.html wordwrap-09-ref.html
|
||||
== wordwrap-10.html wordwrap-10-ref.html # bug 752459
|
||||
== word-spacing-01.html word-spacing-01-ref.html
|
||||
# the following will fail when rendering with Core Text (see bug 389074) due to what appears to be
|
||||
# an Apple bug: the presence of ZWNJ disturbs the positioning of an adjacent glyph. rdar://6427865
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Test - word-wrap: break-word should respect clusters</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
a<br>b<br>c<br>
|
||||
d̥<br>e̕<br>f̣<br>
|
||||
𐐀<br>𐐁<br>𐐂
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Test - word-wrap: break-word should respect clusters</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:0px; word-wrap:break-word">
|
||||
abc
|
||||
d̥e̕f̣
|
||||
𐐀𐐁𐐂
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Загрузка…
Ссылка в новой задаче