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

Unified Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-cjk.html

Issue 2712443003: Rebaseline layout test text-underline-position-cjk.html (Closed)
Patch Set: Update baselines Created 3 years, 9 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
Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-cjk.html
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-cjk.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-cjk.html
index 02c76662065fdb0deabd573b3ef4925e60d94313..81e2356d35a206923e546589fd7b8fa8a9d88ac9 100644
--- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-cjk.html
+++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-cjk.html
@@ -38,7 +38,9 @@
.msgothic { font-family: 'MS Gothic'; }
.meiryo { font-family: Meiryo; }
.noto { font-family: 'Noto Sans CJK JP'; }
-.yugothic { font-family: 'Yu Gothic', YuGothic; }
+/* Originally "Yu Gothic" was also included,
+ but the test had inconsistent results on Windows.
+ See: http://crbug.com/690486 */
.large { font-size: 200%; }
.under {
text-underline-position: under;
@@ -65,7 +67,6 @@
<div><u>漢efg混植</u></div><br>
<div class="msgothic"><u>漢efg混植</u></div><br>
<div class="meiryo"><u>漢efg混植</u></div><br>
- <div class="yugothic"><u>漢efg混植</u></div><br>
<div class="noto"><u>漢efg混植</u></div><br>
<div><u>漢<span class="large">efg</span>混植</u></div><br>
</div><br>
@@ -82,7 +83,6 @@
<div><u>漢efg混植</u></div><br>
<div class="msgothic"><u>漢efg混植</u></div><br>
<div class="meiryo"><u>漢efg混植</u></div><br>
- <div class="yugothic"><u>漢efg混植</u></div><br>
<div class="noto"><u>漢efg混植</u></div><br>
<div><u>漢<span class="large">efg</span>混植</u></div><br>
</div><br>
@@ -99,7 +99,6 @@
<div><u>漢efg混植</u></div><br>
<div class="msgothic"><u>漢efg混植</u></div><br>
<div class="meiryo"><u>漢efg混植</u></div><br>
- <div class="yugothic"><u>漢efg混植</u></div><br>
<div class="noto"><u>漢efg混植</u></div><br>
<div><u>漢<span class="large">efg</span>混植</u></div><br>
</div><br>
@@ -117,7 +116,6 @@
<div><u>漢efg混植</u></div><br>
<div class="msgothic"><u>漢efg混植</u></div><br>
<div class="meiryo"><u>漢efg混植</u></div><br>
- <div class="yugothic"><u>漢efg混植</u></div><br>
<div class="noto"><u>漢efg混植</u></div><br>
<div><u>漢<span class="large">efg</span>混植</u></div><br>
</div><br>
@@ -134,7 +132,6 @@
<div><u>漢efg混植</u></div><br>
<div class="msgothic"><u>漢efg混植</u></div><br>
<div class="meiryo"><u>漢efg混植</u></div><br>
- <div class="yugothic"><u>漢efg混植</u></div><br>
<div class="noto"><u>漢efg混植</u></div><br>
<div><u>漢<span class="large">efg</span>混植</u></div><br>
</div><br>
@@ -151,7 +148,6 @@
<div><u>漢efg混植</u></div><br>
<div class="msgothic"><u>漢efg混植</u></div><br>
<div class="meiryo"><u>漢efg混植</u></div><br>
- <div class="yugothic"><u>漢efg混植</u></div><br>
<div class="noto"><u>漢efg混植</u></div><br>
<div><u>漢<span class="large">efg</span>混植</u></div><br>
</div><br>

Powered by Google App Engine
This is Rietveld 408576698