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