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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/international/wrap-CJK-001.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/international/wrap-CJK-001.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/international/wrap-CJK-001.html b/third_party/WebKit/LayoutTests/fast/text/international/wrap-CJK-001.html
index 2fb53181ed032a48b4370f54fb17787fdc9a1281..36ec8d34fd321c02fbf8b0b26578058923522508 100644
--- a/third_party/WebKit/LayoutTests/fast/text/international/wrap-CJK-001.html
+++ b/third_party/WebKit/LayoutTests/fast/text/international/wrap-CJK-001.html
@@ -1,4 +1,4 @@
-<html>
+<html lang="ja">
<head><meta http-equiv="Content-Type" content="text/html; charset=x-sjis"></head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family:'Times'; font-size:12px">
Tests that wrapping does not trim the last character if it is not whitespace.

Powered by Google App Engine
This is Rietveld 408576698