1
0
Fork 0
firefox/layout/reftests/text/1331339-script-extensions-shaping-1-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

28 lines
412 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<style>
@font-face {
font-family: test;
src: url(../fonts/TAMLThiruValluvar-Regular.ttf);
}
.test {
font-family: test;
width: -moz-fit-content;
}
.mask {
background: green;
position: relative;
top: -.7em;
height: .7em;
}
</style>
</head>
<body>
<div class="test">
&#x0BA4;&#x0BC6;&#x0BAA;&#x0BC6;
<div class="mask"></div>
</div>
</body>
</html>