Index: LayoutTests/fast/text/whitespace-try-ahem/014.html |
diff --git a/LayoutTests/fast/text/whitespace/014.html b/LayoutTests/fast/text/whitespace-try-ahem/014.html |
similarity index 63% |
copy from LayoutTests/fast/text/whitespace/014.html |
copy to LayoutTests/fast/text/whitespace-try-ahem/014.html |
index 9c01ecc68b6e5714112bbe4698b2776d3c509f57..4b72b77d18af350cf3c3a11cb662af1934448560 100644 |
--- a/LayoutTests/fast/text/whitespace/014.html |
+++ b/LayoutTests/fast/text/whitespace-try-ahem/014.html |
@@ -3,8 +3,9 @@ |
<head> |
<title>white-space pre: simple tests</title> |
<style type="text/css"> |
- .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; } |
- div { white-space: pre; font: 1em/1 Ahem; background: green; color: lime; } |
+ @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); } |
+ .control { display: inline; font: 1em/1 myahem, sans-serif; background: red; color: white; } |
+ div { white-space: pre; font: 1em/1 myahem; background: green; color: lime; } |
</style> |
</head> |
<body> |