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

Unified Diff: LayoutTests/fast/dom/HTMLMenuElement/menu-type-popup-expected.html

Issue 443373002: Add <menuitem>, new HTMLMenuElement IDL attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed comments Created 6 years, 4 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: 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>

Powered by Google App Engine
This is Rietveld 408576698