Index: LayoutTests/fast/css/font-face-multiple-faces.html |
diff --git a/LayoutTests/fast/css/font-face-multiple-faces.html b/LayoutTests/fast/css/font-face-multiple-faces.html |
index f2c46d7648cb2ed44305097709815c542fb4d78d..8fe39a336aef8b5f7127754b98b38add29d78a12 100644 |
--- a/LayoutTests/fast/css/font-face-multiple-faces.html |
+++ b/LayoutTests/fast/css/font-face-multiple-faces.html |
@@ -26,12 +26,6 @@ |
} |
@font-face { |
- font-family: webkit-two; |
- font-style: italic; |
- src: url(../../resources/Ahem.ttf); |
- } |
- |
- @font-face { |
font-family: webkit-six; |
font-weight: 400; |
src: local(Courier), local('Courier New'); |
@@ -118,8 +112,3 @@ |
<span style="font-weight: 800">Helvetica Bold</span> |
<span style="font-weight: 900">Helvetica Bold</span> |
</div> |
- |
-<p>Times followed by Ahem (normal):</p> |
-<div style="font-family: webkit-two;"> |
- Times <i>AHEM</i> |
-</div> |