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