layout/reftests/text/graphite-05-simple.html
author Chun-Min Chang <chun.m.chang@gmail.com>
Tue, 15 Jul 2025 04:19:58 +0000 (8 hours ago)
changeset 796612 185f590c804be0dc5a6803e176e3a96bfecf686b
parent 200516 3731eca5c25b609c61642289f854a92f145e74fa
permissions -rw-r--r--
Bug 1974892 - Fix typo in WMFMediaDataEncoder's log r=media-playback-reviewers,alwu Differential Revision: https://phabricator.services.mozilla.com/D256733
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
@font-face {
  font-family: test;
  src: url(../fonts/graphite/grtest-simple.ttf);
}

body {
  margin: 20px;
  font: 100px test;
  font-feature-settings: "TST1";
}
p { margin: 0; padding: 0; }
</style>
</head>
<body>
<p>FAIL</p>
</body>
</html>