Chromium Code Reviews| Index: LayoutTests/fast/dom/HTMLMenuElement/menu-type-popup-expected.html |
| diff --git a/LayoutTests/fast/dom/HTMLMenuElement/menu-type-popup-expected.html b/LayoutTests/fast/dom/HTMLMenuElement/menu-type-popup-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6482d13e9d3f45f6778acd5620d30fea2ce4c2bd |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/HTMLMenuElement/menu-type-popup-expected.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +<head> |
| +<style> |
| +p { |
| + -webkit-margin-before: 1__qem; |
| + -webkit-margin-after: 1em; |
| + -webkit-padding-start: 40px |
| +} |
| +</style> |
| +</head> |
| +<p>This Text should render as it is inside menu which is not of type="popup".</p> |