| Index: LayoutTests/fast/text/script-tests/line-break-after-question-mark.js
|
| diff --git a/LayoutTests/fast/text/script-tests/line-break-after-question-mark.js b/LayoutTests/fast/text/script-tests/line-break-after-question-mark.js
|
| index 4de6a4094ae28151cc0e5fa63ff01bff6faa79ac..90e8a3079f5700eba6be6c1e734e44e22f2efdcb 100644
|
| --- a/LayoutTests/fast/text/script-tests/line-break-after-question-mark.js
|
| +++ b/LayoutTests/fast/text/script-tests/line-break-after-question-mark.js
|
| @@ -2,7 +2,7 @@ description("Tests when line breaking is allowed after a question mark character
|
|
|
| var div = document.body.appendChild(document.createElement("div"));
|
| div.style.width = "1px";
|
| -div.style.fontFamily = "ahem";
|
| +div.style.fontFamily = "Ahem";
|
| div.style.fontSize = "25px";
|
|
|
| function allowsBreakBefore(i)
|
|
|