mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
23
layout/reftests/text/fallback-mark-stacking-1-notref.html
Normal file
23
layout/reftests/text/fallback-mark-stacking-1-notref.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: test;
|
||||
/* Note that this font has no OpenType layout tables: */
|
||||
src: url(../fonts/sil/GenR102.ttf);
|
||||
}
|
||||
body {
|
||||
font-family: test;
|
||||
}
|
||||
.test {
|
||||
font-size: 100px;
|
||||
line-height: 2;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
These examples should NOT look the same:
|
||||
<div class=test>x̃̂ x̂̃</div>
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue