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

Unified Diff: third_party/WebKit/LayoutTests/fast/lists/list-marker-padding-overflow-hidden-rtl-expected.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: More updated expectations. 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-padding-overflow-hidden-rtl-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/lists/list-marker-padding-overflow-hidden-rtl-expected.html b/third_party/WebKit/LayoutTests/fast/lists/list-marker-padding-overflow-hidden-rtl-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..878447cd01ce7b46134c43d496ac305927868b52
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/lists/list-marker-padding-overflow-hidden-rtl-expected.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<style>
+body {
+ margin: 0;
+}
+ul {
+ list-style-type: none;
+ list-style-position: inside;
+ padding-right: 0.6em;
+ text-align: right;
+}
+</style>
+<body>
+<ul>
+ <li>Foo .1
+ <li>Foo .2
+ <li>Foo .3
+ <li>Foo .4
+ <li>Foo .5
+ <li>Foo .6
+</ul>

Powered by Google App Engine
This is Rietveld 408576698