Index: LayoutTests/fast/text/decorations-transformed.html |
diff --git a/LayoutTests/fast/text/decorations-transformed.html b/LayoutTests/fast/text/decorations-transformed.html |
index 93fcc788033cc893c742e2fc0c2189fbb10eed0b..4f7acbe57da10c486eacfd9e21b997f13bb9b432 100644 |
--- a/LayoutTests/fast/text/decorations-transformed.html |
+++ b/LayoutTests/fast/text/decorations-transformed.html |
@@ -8,7 +8,7 @@ |
div.style.webkitTransform = "scale(" + scaleFactor + ")"; |
div.style.webkitTransformOrigin = "0 0"; |
div.style.textDecoration = "underline"; |
- div.style.fontFamily = "ahem"; |
+ div.style.fontFamily = "Ahem"; |
for (var i = 0; i < 15; ++i) { |
div.appendChild(document.createTextNode("\u00a0\u00a0\u00a0\u00a0")); |
div.appendChild(document.createElement("br")); |