summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/font-error-404-2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-face/font-error-404-2-ref.html')
-rw-r--r--layout/reftests/font-face/font-error-404-2-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/font-face/font-error-404-2-ref.html b/layout/reftests/font-face/font-error-404-2-ref.html
new file mode 100644
index 0000000000..e63d184531
--- /dev/null
+++ b/layout/reftests/font-face/font-error-404-2-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style type="text/css">
+@font-face {
+ font-family: foo;
+ src: url(../fonts/Chunkfive.otf);
+}
+body {
+ font-family: foo, monospace;
+ font-size: 36px;
+}
+</style>
+</head>
+<body>
+Hello world
+</body>
+</html>