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

Unified Diff: third_party/WebKit/LayoutTests/fast/lists/list-marker-inside-padding-overflow-hidden-rtl.html

Issue 1403643002: Rework list marker spacing for better web compatibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@472084_use_list_item_painter
Patch Set: Fix compile error with default switch case. Created 5 years, 2 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/lists/list-marker-inside-padding-overflow-hidden-rtl.html
diff --git a/third_party/WebKit/LayoutTests/fast/lists/list-marker-inside-padding-overflow-hidden-rtl.html b/third_party/WebKit/LayoutTests/fast/lists/list-marker-inside-padding-overflow-hidden-rtl.html
new file mode 100644
index 0000000000000000000000000000000000000000..0f38ae35affb2c18761edf36483878f306a42b2b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/lists/list-marker-inside-padding-overflow-hidden-rtl.html
@@ -0,0 +1,19 @@
+<!doctype html>
+<head>
+<style>
+ol {
+ list-style-position: inside;
+ padding-left: 1.1em;
+ overflow: hidden;
+}
+</style>
+</head>
+<ol>
+<li>Foo</li>
+<li>Foo</li>
+<li>Foo</li>
+<li>Foo</li>
+<li>Foo</li>
+<li></li>
+<li>Foo</li>
+</ol>

Powered by Google App Engine
This is Rietveld 408576698