Index: LayoutTests/fast/table/table-anonymous-row-bug.html |
diff --git a/LayoutTests/fast/table/table-anonymous-row-bug.html b/LayoutTests/fast/table/table-anonymous-row-bug.html |
index 8846d02086859e7863252e6a7583b72a6b0d05a1..e7d9267e4c1494741bdc799a4d0fbfe300caafd8 100644 |
--- a/LayoutTests/fast/table/table-anonymous-row-bug.html |
+++ b/LayoutTests/fast/table/table-anonymous-row-bug.html |
@@ -1,6 +1,6 @@ |
<!DOCTYPE html> |
<html> |
-<body style="font-family: ahem; -webkit-font-smoothing: none;"> |
+<body style="font-family: Ahem; -webkit-font-smoothing: none;"> |
<style> |
div.table { display: table; } |
div.cell { display: table-cell; width: 50px; height: 50px; background-color: blue; } |