summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/sheet-set-base-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-face/sheet-set-base-1.html')
-rw-r--r--layout/reftests/font-face/sheet-set-base-1.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/layout/reftests/font-face/sheet-set-base-1.html b/layout/reftests/font-face/sheet-set-base-1.html
new file mode 100644
index 0000000000..f0b10b3c91
--- /dev/null
+++ b/layout/reftests/font-face/sheet-set-base-1.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en-US">
+<head>
+ <title></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <style type="text/css" title="Set A">
+
+ @font-face {
+ font-family: "MarkA";
+ src: url(../fonts/markA.ttf);
+ }
+
+ </style>
+ <style type="text/css" title="Set B">
+
+ @font-face {
+ font-family: "MarkB";
+ src: url(../fonts/markB.ttf);
+ }
+
+ </style>
+ <style type="text/css">
+
+ body { font-family: "MarkA", "MarkB"; }
+
+ </style>
+</head>
+<body>
+
+<p>ABC</p>
+
+</body>
+</html>