| Index: LayoutTests/fast/text/custom-font-data-crash.html
|
| diff --git a/LayoutTests/fast/text/custom-font-data-crash.html b/LayoutTests/fast/text/custom-font-data-crash.html
|
| index d77602df0c3dd7de745f89ae603f219f88aec6c3..3a4b5365a9957cf4da4ef5e0a8c14ee869669901 100644
|
| --- a/LayoutTests/fast/text/custom-font-data-crash.html
|
| +++ b/LayoutTests/fast/text/custom-font-data-crash.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <html>
|
| -<body style="font: 1px ahem;">
|
| +<body style="font: 1px Ahem;">
|
| <script>
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| @@ -15,4 +15,4 @@ setTimeout("if (window.testRunner) { testRunner.notifyDone(); }", 50);
|
| </style>
|
| <nobr><table><hr>PASS
|
| </body>
|
| -</html>
|
| +</html>
|
|
|