Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: LayoutTests/fast/text/script-tests/line-break-after-question-mark.js

Issue 316933003: Deflake fast/text/decorations-transformed.html on Win7 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/text/decorations-transformed.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « LayoutTests/fast/text/decorations-transformed.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698