Index: LayoutTests/fast/text/whitespace-try-ahem/008.html |
diff --git a/LayoutTests/fast/text/whitespace/008.html b/LayoutTests/fast/text/whitespace-try-ahem/008.html |
similarity index 66% |
copy from LayoutTests/fast/text/whitespace/008.html |
copy to LayoutTests/fast/text/whitespace-try-ahem/008.html |
index e8e73736df359fd958e06776fa29aa8cd5284769..9c307789ad895e9ba5f2b8da2cbecb44d662def4 100644 |
--- a/LayoutTests/fast/text/whitespace/008.html |
+++ b/LayoutTests/fast/text/whitespace-try-ahem/008.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; width: 4em; background: red; color: green; } |
+ div { font: 20px/1 myahem; width: 4em; background: red; color: green; } |
</style> |
</head> |
<body> |