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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/justify-ideograph-leading-expansion.html

Issue 1751973003: Modernize Japanese system font fallback list for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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/text/justify-ideograph-leading-expansion.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/justify-ideograph-leading-expansion.html b/third_party/WebKit/LayoutTests/fast/text/justify-ideograph-leading-expansion.html
index aa8f58a4be4a3e8453c5a723c337a3b4dcb2d75e..c8f2d090def29f6ac8397dd01ecb08ab480f76cb 100644
--- a/third_party/WebKit/LayoutTests/fast/text/justify-ideograph-leading-expansion.html
+++ b/third_party/WebKit/LayoutTests/fast/text/justify-ideograph-leading-expansion.html
@@ -1,3 +1,5 @@
+<!DOCTYPE html>
+<html lang="ja">
<meta charset="utf-8">
<style>
.test { margin: 8px 0; text-align: justify; border: solid; width: 90px; font-family: "hiragino mincho pro"; }
@@ -24,3 +26,4 @@
xxxxxxxxxxxxxxxxxxxxx(手)
</div>
</div>
+</html>

Powered by Google App Engine
This is Rietveld 408576698