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

Unified Diff: third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-various-fonts.html

Issue 2179383002: Avoid using 'Yu Gothic' in tests to avoid flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « third_party/WebKit/LayoutTests/fast/writing-mode/japanese-rl-selection.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-various-fonts.html
diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-various-fonts.html b/third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-various-fonts.html
index 0eabfc41011a39c5d1b9fe4e853e38d99d134f49..0e27d4a905c8ce7b36d304a86abb16032a4ee14f 100644
--- a/third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-various-fonts.html
+++ b/third_party/WebKit/LayoutTests/fast/writing-mode/text-combine-various-fonts.html
@@ -10,7 +10,7 @@
.msgothic { font-family: 'MS Gothic'; }
.msmincho { font-family: 'MS Mincho'; }
.meiryo { font-family: Meiryo; }
-.yugothic { font-family: 'Yu Gothic', YuGothic; }
+.yugothic { font-family: /*'Yu Gothic',*/ YuGothic; }
.yumincho { font-family: 'Yu Mincho', YuMincho; }
.hirag { font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro'; }
.hiram { font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro'; }
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/writing-mode/japanese-rl-selection.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698