summaryrefslogtreecommitdiffstats
path: root/Tools/TestWebKitAPI/Tests/mac/attributedStringCustomFont.html
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/mac/attributedStringCustomFont.html')
-rw-r--r--Tools/TestWebKitAPI/Tests/mac/attributedStringCustomFont.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/Tools/TestWebKitAPI/Tests/mac/attributedStringCustomFont.html b/Tools/TestWebKitAPI/Tests/mac/attributedStringCustomFont.html
deleted file mode 100644
index 1e6b90a82..000000000
--- a/Tools/TestWebKitAPI/Tests/mac/attributedStringCustomFont.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
- <head>
- <style>
- @font-face {
- font-family: customFont;
- src: url(Ahem.ttf);
- }
- </style>
- </head>
- <body contenteditable style="font-family: customFont; font-size: 48px;">Lorem Ipsum
- <script>
- document.body.focus();
- </script>
- </body>
-</html>