Index: third_party/WebKit/LayoutTests/fast/text/font-fallback-win-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/text/font-fallback-win-expected.html b/third_party/WebKit/LayoutTests/fast/text/font-fallback-win-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..29ecb0f8ecf90d2e4909fc236b8a641040ba9c9b |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/text/font-fallback-win-expected.html |
@@ -0,0 +1,17 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <meta charset="utf-8" /> |
+ <title>Symbol font fallback</title> |
+</head> |
+<body> |
+ <p>Three dimensional angle:</p> |
+ <p style="font-family: 'Segoe UI Symbol';">⟀</p> |
+ <p>Arrows: left, up, right, down</p> |
+ <p style="font-family: 'Yu Gothic UI';">←↑→↓</p> |
+ <p>Syriac:</p> |
+ <p style="font-family: 'Segoe UI Historic';">ܐܬܘܪܝܐ</p> |
+ <p>Gothic:</p> |
+ <p style="font-family: 'Segoe UI Historic';">𐌲𐌿𐍄𐌹𐍃𐌺</p> |
+</body> |
+</html> |