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

Unified Diff: LayoutTests/fast/text/decorations-transformed.html

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/TestExpectations ('k') | LayoutTests/fast/text/script-tests/line-break-after-question-mark.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"));
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/script-tests/line-break-after-question-mark.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698