Index: LayoutTests/fast/text/whitespace-try-ahem/012.html |
diff --git a/LayoutTests/fast/text/whitespace/012.html b/LayoutTests/fast/text/whitespace-try-ahem/012.html |
similarity index 69% |
copy from LayoutTests/fast/text/whitespace/012.html |
copy to LayoutTests/fast/text/whitespace-try-ahem/012.html |
index 8f826399c4b1fb134b3ef0c2f921a4728a185d8f..bf942fa6cd71792178f5f201a2188bc7e0a27c4c 100644 |
--- a/LayoutTests/fast/text/whitespace/012.html |
+++ b/LayoutTests/fast/text/whitespace-try-ahem/012.html |
@@ -3,8 +3,9 @@ |
<head> |
<title>white-space: mixed tests (simple)</title> |
<style type="text/css"> |
- .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; } |
- .test { font: 1em/1 Ahem; background: green; color: lime; float: left; clear: left; margin: 1em; } |
+ @font-face { font-family: myahem; src: url(../../../resources/Ahem.ttf); } |
+ .control { display: inline; font: 1em/1 myahem, sans-serif; background: red; color: white; } |
+ .test { font: 1em/1 myahem; background: green; color: lime; float: left; clear: left; margin: 1em; } |
.normal { white-space: normal; } |
.nowrap { white-space: nowrap; } |
.pre { white-space: pre; } |