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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-repaint.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/repaint/japanese-rl-selection-repaint.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-repaint.html
index f8c2195cbb9f2e7ab7f516d6c9088d7d90f2a8a4..e1d812bf34baf2c3a00737902e14361ee32c8ffd 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-repaint.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/japanese-rl-selection-repaint.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html style="border:10px solid maroon; -webkit-writing-mode:vertical-rl">
+<html style="border:10px solid maroon; -webkit-writing-mode:vertical-rl" lang="ja">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script src="resources/text-based-repaint.js"></script>

Powered by Google App Engine
This is Rietveld 408576698