Index: LayoutTests/fonts/family-fallback-gardiner.html |
diff --git a/LayoutTests/fonts/family-fallback-gardiner.html b/LayoutTests/fonts/family-fallback-gardiner.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aea35efa70228ffb562081aa6240d336eb762516 |
--- /dev/null |
+++ b/LayoutTests/fonts/family-fallback-gardiner.html |
@@ -0,0 +1,14 @@ |
+<head> |
+ <title>Font Fallback by Family Test</title> |
+ <style type="text/css"> |
+ body { |
+ font-size: 100px; |
+ font-family: sans-serif; |
+ } |
+ </style> |
+</head> |
+<body> |
+ You should see pictographs of a bug and a cat.<br> |
+ Bug: 𓆣<br> |
+ Cat: 𓃠 |
+</body> |