| 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>
|
|
|