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

Unified Diff: chrome/test/data/extensions/api_test/automation/sites/bounds_for_range.html

Issue 1458723002: Finish implementing ChromeVox Next active indicator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@load_key_map
Patch Set: Made test expectations approximate Created 5 years, 1 month 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: chrome/test/data/extensions/api_test/automation/sites/bounds_for_range.html
diff --git a/chrome/test/data/extensions/api_test/automation/sites/bounds_for_range.html b/chrome/test/data/extensions/api_test/automation/sites/bounds_for_range.html
new file mode 100644
index 0000000000000000000000000000000000000000..7341973a97b21e8b78bc3e3cb737c9ae67e150f8
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/automation/sites/bounds_for_range.html
@@ -0,0 +1,29 @@
+<!--
+ * Copyright 2015 The Chromium Authors. All rights reserved. Use of this
+ * source code is governed by a BSD-style license that can be found in the
+ * LICENSE file.
+-->
+<html>
+<head>
+<title>Automation Tests - Bounds for Range</title>
+<meta charset="utf-8">
+<style>
+ li {
+ font-size: 16pt;
+ margin: 20px;
+ }
+</style>
+</head>
+<body>
+ <ul>
+ <li id="ltr">Hello world</li>
+
+ <li id="rtl">שלום עולם</li>
+
+ <li id="ttb" style="-webkit-writing-mode: vertical-lr">Hello world</li>
+
+ <li id="btt" style="-webkit-writing-mode: vertical-rl">שלום עולם</li>
+ </ul>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698