summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-features/font-features-turkish-override-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-features/font-features-turkish-override-3.html')
-rw-r--r--layout/reftests/font-features/font-features-turkish-override-3.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/font-features/font-features-turkish-override-3.html b/layout/reftests/font-features/font-features-turkish-override-3.html
new file mode 100644
index 0000000000..b2c8c69450
--- /dev/null
+++ b/layout/reftests/font-features/font-features-turkish-override-3.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+<style type="text/css">
+@font-face {
+ font-family: libertine;
+ src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff");
+}
+body {
+ font-family: libertine, sans-serif;
+ font-size: 400%;
+ line-height: 2em;
+ font-language-override: "ENG";
+}
+</style>
+</head>
+<body lang="tr">
+fastest firefox
+</body>
+</html>