Index: LayoutTests/fast/css/resources/ahem.html |
diff --git a/LayoutTests/fast/css/resources/ahem.html b/LayoutTests/fast/css/resources/ahem.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fff149b6cb957397ec4e6693c837f80ecf8bab14 |
--- /dev/null |
+++ b/LayoutTests/fast/css/resources/ahem.html |
@@ -0,0 +1,10 @@ |
+<style> |
+@font-face { |
+ font-family: myahem; |
+ src: url('../../../resources/Ahem.ttf'); |
+} |
+span { |
+ font-family: myahem; |
+} |
+</style> |
+<span>a</span> |