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

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

Powered by Google App Engine
This is Rietveld 408576698