| Index: third_party/WebKit/LayoutTests/fast/text/emphasis-vertical.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/emphasis-vertical.html b/third_party/WebKit/LayoutTests/fast/text/emphasis-vertical.html
|
| index d33a81d1fac0119ad9e4e58427a2a5c52c7020a3..1e57bd93f3d08462373aa066ec0986ee5e0952d1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/text/emphasis-vertical.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/emphasis-vertical.html
|
| @@ -1,10 +1,11 @@
|
| <!doctype html>
|
| +<html lang="ja">
|
| <meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
| <style>
|
| body {
|
| -webkit-writing-mode: vertical-rl;
|
| font-size: 18px;
|
| - font-family: "HiraMinPro-W3";
|
| + font-family: "HiraMinPro-W3", "Yu Gothic", "MS Gothic";
|
| overflow: hidden;
|
| }
|
|
|
|
|