Index: LayoutTests/fast/text/whitespace-try-ahem/007.html |
diff --git a/LayoutTests/fast/text/whitespace/007.html b/LayoutTests/fast/text/whitespace-try-ahem/007.html |
similarity index 81% |
copy from LayoutTests/fast/text/whitespace/007.html |
copy to LayoutTests/fast/text/whitespace-try-ahem/007.html |
index 4f30ef0cd69ea21f185bf814d956a05f50df2940..c1ed6d0e9b1f37829b7dfe1c55145f902c0afd6c 100644 |
--- a/LayoutTests/fast/text/whitespace/007.html |
+++ b/LayoutTests/fast/text/whitespace-try-ahem/007.html |
@@ -3,14 +3,15 @@ |
<head> |
<title>white-space normal: zero width non-breaking space</title> |
<style type="text/css"> |
+ @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); } |
/* setup */ |
- .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; } |
+ .control { display: inline; font: 1em/1 myahem, sans-serif; background: red; color: white; } |
* { white-space: normall; font: inherit; } |
div { display: block; margin: 1em; } |
span { display: inline; } |
/* test */ |
- div { font: 20px/1 Ahem; } |
+ div { font: 20px/1 myahem; } |
.green { background: lime; color: green; } |
.red { background: red; color: maroon; } |
</style> |