Chromium Code Reviews| 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> |