haikuwebkit/LayoutTests/fast/text/ellipsis-text-rtl-expected....

20 lines
250 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "Ahem";
src: url("../../resources/Ahem.ttf");
}
#expected {
font: 20px/1 "Ahem";
overflow: hidden;
}
</style>
</head>
<body>
<div id="expected">ab</div>
</body>
</html>