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

Unified Diff: third_party/WebKit/LayoutTests/fast/writing-mode/japanese-lr-selection.html

Issue 1789493002: Add lang="ja" to some Japanese tests to make results more sensible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NeedsRebaseline Created 4 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/writing-mode/japanese-lr-selection.html
diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/japanese-lr-selection.html b/third_party/WebKit/LayoutTests/fast/writing-mode/japanese-lr-selection.html
index 08f0e1ec35929982d3f870c36637b4bb02411cf3..1adffa908a61908aa88929d02af089fa18980976 100644
--- a/third_party/WebKit/LayoutTests/fast/writing-mode/japanese-lr-selection.html
+++ b/third_party/WebKit/LayoutTests/fast/writing-mode/japanese-lr-selection.html
@@ -1,10 +1,10 @@
<!doctype html>
-<html style="border:10px solid maroon; -webkit-writing-mode:vertical-lr">
+<html style="border:10px solid maroon; -webkit-writing-mode:vertical-lr" lang="ja">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
body {
- font-family: "HiraMinPro-W3", "MS Gothic";
+ font-family: "HiraMinPro-W3", "Yu Gothic", "MS Gothic";
font-size: 16pt;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698