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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/emphasis-vertical.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/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;
}

Powered by Google App Engine
This is Rietveld 408576698