diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/html/semantics/popovers | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/semantics/popovers')
39 files changed, 4236 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/popovers/light-dismiss-event-ordering.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/light-dismiss-event-ordering.tentative.html.ini new file mode 100644 index 0000000000..1277403df8 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/light-dismiss-event-ordering.tentative.html.ini @@ -0,0 +1,33 @@ +[light-dismiss-event-ordering.tentative.html] + [Tests the interactions between popover light dismiss and pointer/mouse events. eventName: pointerdown, capture: true] + expected: FAIL + + [Tests the interactions between popover light dismiss and pointer/mouse events. eventName: pointerup, capture: true] + expected: FAIL + + [Tests the interactions between popover light dismiss and pointer/mouse events. eventName: mousedown, capture: true] + expected: FAIL + + [Tests the interactions between popover light dismiss and pointer/mouse events. eventName: mouseup, capture: true] + expected: FAIL + + [Tests the interactions between popover light dismiss and pointer/mouse events. eventName: click, capture: true] + expected: FAIL + + [Tests the interactions between popover light dismiss and pointer/mouse events. eventName: pointerdown, capture: false] + expected: FAIL + + [Tests the interactions between popover light dismiss and pointer/mouse events. eventName: pointerup, capture: false] + expected: FAIL + + [Tests the interactions between popover light dismiss and pointer/mouse events. eventName: mousedown, capture: false] + expected: FAIL + + [Tests the interactions between popover light dismiss and pointer/mouse events. eventName: mouseup, capture: false] + expected: FAIL + + [Tests the interactions between popover light dismiss and pointer/mouse events. eventName: click, capture: false] + expected: FAIL + + [Tests the order of pointer/mouse events during popover light dismiss.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-change-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-change-display.tentative.html.ini new file mode 100644 index 0000000000..33fb14cfa5 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-change-display.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-anchor-change-display.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-display-none.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-display-none.tentative.html.ini new file mode 100644 index 0000000000..1d86d9c7db --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-display-none.tentative.html.ini @@ -0,0 +1,3 @@ +[popover-anchor-display-none.tentative.html] + [Tests that a popover can be anchored to an unrendered element.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-display.tentative.html.ini new file mode 100644 index 0000000000..854185c5d6 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-display.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-anchor-display.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-idl-property.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-idl-property.tentative.html.ini new file mode 100644 index 0000000000..21fb5bf09b --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-idl-property.tentative.html.ini @@ -0,0 +1,3 @@ +[popover-anchor-idl-property.tentative.html] + [popover anchor IDL property returns the anchor element] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-multicol-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-multicol-display.tentative.html.ini new file mode 100644 index 0000000000..b3552cc5e5 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-multicol-display.tentative.html.ini @@ -0,0 +1,3 @@ +[popover-anchor-multicol-display.tentative.html] + [.target 1] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-nested-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-nested-display.tentative.html.ini new file mode 100644 index 0000000000..7cad1f8fca --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-nested-display.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-anchor-nested-display.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-nesting.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-nesting.tentative.html.ini new file mode 100644 index 0000000000..d4e2ded743 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-nesting.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-anchor-nesting.tentative.html] + expected: ERROR diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-anchor-scroll-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-scroll-display.tentative.html.ini new file mode 100644 index 0000000000..3463797ae1 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-anchor-scroll-display.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-anchor-scroll-display.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-animated-hide-cleanup.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-animated-hide-cleanup.tentative.html.ini new file mode 100644 index 0000000000..03215384ab --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-animated-hide-cleanup.tentative.html.ini @@ -0,0 +1,11 @@ +[popover-animated-hide-cleanup.tentative.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Ensure no crashes if running animations are immediately cancelled (document removal)] + expected: FAIL + + [Ensure no crashes if running animations are immediately cancelled (dialog showModal)] + expected: FAIL + + [Ensure no crashes if running transitions are immediately cancelled (button click)] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-animated-hide-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-animated-hide-display.tentative.html.ini new file mode 100644 index 0000000000..bbffd3af2a --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-animated-hide-display.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-animated-hide-display.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-animated-hide-finishes.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-animated-hide-finishes.tentative.html.ini new file mode 100644 index 0000000000..ed66ce623b --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-animated-hide-finishes.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-animated-hide-finishes.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-animated-show-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-animated-show-display.tentative.html.ini new file mode 100644 index 0000000000..15b645f6fe --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-animated-show-display.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-animated-show-display.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-animation-corner-cases.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-animation-corner-cases.tentative.html.ini new file mode 100644 index 0000000000..83aebdae18 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-animation-corner-cases.tentative.html.ini @@ -0,0 +1,26 @@ +[popover-animation-corner-cases.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Descendent animations should keep the pop up visible until the animation ends] + expected: FAIL + + [Pre-existing animations should *not* keep the pop up visible until the animation ends] + expected: FAIL + + [Closing animations are triggered by changing the popover type] + expected: FAIL + + [animation finish/cancel events must be trusted in order to finish closing the popover.] + expected: FAIL + + [Capturing event listeners can't affect popover animations.] + expected: FAIL + + [It should be possible to use the "beforetoggle" event handler to animate the hide] + expected: FAIL + + [It should be possible to use the "beforetoggle" event handler to animate the hide, even when the hide is due to dialog.showModal] + expected: FAIL + + [toggle event cannot be cancelled] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-appearance.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-appearance.tentative.html.ini new file mode 100644 index 0000000000..cbaf666743 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-appearance.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-appearance.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-attribute-basic.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-attribute-basic.tentative.html.ini new file mode 100644 index 0000000000..6fce6a1e34 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-attribute-basic.tentative.html.ini @@ -0,0 +1,932 @@ +[popover-attribute-basic.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [The element <div popover="" id="boolean">Pop up</div> should behave as a popover.] + expected: FAIL + + [The element <div popover="">Pop up</div> should behave as a popover.] + expected: FAIL + + [The element <div popover="auto">Pop up</div> should behave as a popover.] + expected: FAIL + + [The element <div popover="manual">Pop up</div> should behave as a popover.] + expected: FAIL + + [The element <article popover="">Different element type</article> should behave as a popover.] + expected: FAIL + + [The element <header popover="">Different element type</header> should behave as a popover.] + expected: FAIL + + [The element <nav popover="">Different element type</nav> should behave as a popover.] + expected: FAIL + + [The element <input type="text" popover="" value="Different element type"> should behave as a popover.] + expected: FAIL + + [The element <dialog popover="">Dialog with popover attribute</dialog> should behave as a popover.] + expected: FAIL + + [The element <dialog popover="manual">Dialog with popover=manual</dialog> should behave as a popover.] + expected: FAIL + + [The element <div popover="true">Invalid popover value - defaults to popover=manual</div> should behave as a popover.] + expected: FAIL + + [The element <div popover="popover">Invalid popover value - defaults to popover=manual</div> should behave as a popover.] + expected: FAIL + + [The element <div popover="invalid">Invalid popover value - defaults to popover=manual</div> should behave as a popover.] + expected: FAIL + + [The element <div>Not a popover</div> should *not* behave as a popover.] + expected: FAIL + + [The element <dialog open="">Dialog without popover attribute</dialog> should *not* behave as a popover.] + expected: FAIL + + [A <a popover> element should behave as a popover.] + expected: FAIL + + [A <a> element should *not* behave as a popover.] + expected: FAIL + + [A <abbr popover> element should behave as a popover.] + expected: FAIL + + [A <abbr> element should *not* behave as a popover.] + expected: FAIL + + [A <address popover> element should behave as a popover.] + expected: FAIL + + [A <address> element should *not* behave as a popover.] + expected: FAIL + + [A <area popover> element should behave as a popover.] + expected: FAIL + + [A <area> element should *not* behave as a popover.] + expected: FAIL + + [A <article popover> element should behave as a popover.] + expected: FAIL + + [A <article> element should *not* behave as a popover.] + expected: FAIL + + [A <aside popover> element should behave as a popover.] + expected: FAIL + + [A <aside> element should *not* behave as a popover.] + expected: FAIL + + [A <b popover> element should behave as a popover.] + expected: FAIL + + [A <b> element should *not* behave as a popover.] + expected: FAIL + + [A <bdi popover> element should behave as a popover.] + expected: FAIL + + [A <bdi> element should *not* behave as a popover.] + expected: FAIL + + [A <bdo popover> element should behave as a popover.] + expected: FAIL + + [A <bdo> element should *not* behave as a popover.] + expected: FAIL + + [A <blockquote popover> element should behave as a popover.] + expected: FAIL + + [A <blockquote> element should *not* behave as a popover.] + expected: FAIL + + [A <body popover> element should behave as a popover.] + expected: FAIL + + [A <body> element should *not* behave as a popover.] + expected: FAIL + + [A <button popover> element should behave as a popover.] + expected: FAIL + + [A <button> element should *not* behave as a popover.] + expected: FAIL + + [A <canvas popover> element should behave as a popover.] + expected: FAIL + + [A <canvas> element should *not* behave as a popover.] + expected: FAIL + + [A <caption popover> element should behave as a popover.] + expected: FAIL + + [A <caption> element should *not* behave as a popover.] + expected: FAIL + + [A <cite popover> element should behave as a popover.] + expected: FAIL + + [A <cite> element should *not* behave as a popover.] + expected: FAIL + + [A <code popover> element should behave as a popover.] + expected: FAIL + + [A <code> element should *not* behave as a popover.] + expected: FAIL + + [A <col popover> element should behave as a popover.] + expected: FAIL + + [A <col> element should *not* behave as a popover.] + expected: FAIL + + [A <colgroup popover> element should behave as a popover.] + expected: FAIL + + [A <colgroup> element should *not* behave as a popover.] + expected: FAIL + + [A <data popover> element should behave as a popover.] + expected: FAIL + + [A <data> element should *not* behave as a popover.] + expected: FAIL + + [A <dd popover> element should behave as a popover.] + expected: FAIL + + [A <dd> element should *not* behave as a popover.] + expected: FAIL + + [A <del popover> element should behave as a popover.] + expected: FAIL + + [A <del> element should *not* behave as a popover.] + expected: FAIL + + [A <details popover> element should behave as a popover.] + expected: FAIL + + [A <details> element should *not* behave as a popover.] + expected: FAIL + + [A <dfn popover> element should behave as a popover.] + expected: FAIL + + [A <dfn> element should *not* behave as a popover.] + expected: FAIL + + [A <div popover> element should behave as a popover.] + expected: FAIL + + [A <div> element should *not* behave as a popover.] + expected: FAIL + + [A <dl popover> element should behave as a popover.] + expected: FAIL + + [A <dl> element should *not* behave as a popover.] + expected: FAIL + + [A <dt popover> element should behave as a popover.] + expected: FAIL + + [A <dt> element should *not* behave as a popover.] + expected: FAIL + + [A <em popover> element should behave as a popover.] + expected: FAIL + + [A <em> element should *not* behave as a popover.] + expected: FAIL + + [A <fieldset popover> element should behave as a popover.] + expected: FAIL + + [A <fieldset> element should *not* behave as a popover.] + expected: FAIL + + [A <figcaption popover> element should behave as a popover.] + expected: FAIL + + [A <figcaption> element should *not* behave as a popover.] + expected: FAIL + + [A <figure popover> element should behave as a popover.] + expected: FAIL + + [A <figure> element should *not* behave as a popover.] + expected: FAIL + + [A <footer popover> element should behave as a popover.] + expected: FAIL + + [A <footer> element should *not* behave as a popover.] + expected: FAIL + + [A <form popover> element should behave as a popover.] + expected: FAIL + + [A <form> element should *not* behave as a popover.] + expected: FAIL + + [A <h1 popover> element should behave as a popover.] + expected: FAIL + + [A <h1> element should *not* behave as a popover.] + expected: FAIL + + [A <h2 popover> element should behave as a popover.] + expected: FAIL + + [A <h2> element should *not* behave as a popover.] + expected: FAIL + + [A <h3 popover> element should behave as a popover.] + expected: FAIL + + [A <h3> element should *not* behave as a popover.] + expected: FAIL + + [A <h4 popover> element should behave as a popover.] + expected: FAIL + + [A <h4> element should *not* behave as a popover.] + expected: FAIL + + [A <h5 popover> element should behave as a popover.] + expected: FAIL + + [A <h5> element should *not* behave as a popover.] + expected: FAIL + + [A <h6 popover> element should behave as a popover.] + expected: FAIL + + [A <h6> element should *not* behave as a popover.] + expected: FAIL + + [A <header popover> element should behave as a popover.] + expected: FAIL + + [A <header> element should *not* behave as a popover.] + expected: FAIL + + [A <hr popover> element should behave as a popover.] + expected: FAIL + + [A <hr> element should *not* behave as a popover.] + expected: FAIL + + [A <html popover> element should behave as a popover.] + expected: FAIL + + [A <html> element should *not* behave as a popover.] + expected: FAIL + + [A <i popover> element should behave as a popover.] + expected: FAIL + + [A <i> element should *not* behave as a popover.] + expected: FAIL + + [A <iframe popover> element should behave as a popover.] + expected: FAIL + + [A <iframe> element should *not* behave as a popover.] + expected: FAIL + + [A <img popover> element should behave as a popover.] + expected: FAIL + + [A <img> element should *not* behave as a popover.] + expected: FAIL + + [A <input popover> element should behave as a popover.] + expected: FAIL + + [A <input> element should *not* behave as a popover.] + expected: FAIL + + [A <ins popover> element should behave as a popover.] + expected: FAIL + + [A <ins> element should *not* behave as a popover.] + expected: FAIL + + [A <kbd popover> element should behave as a popover.] + expected: FAIL + + [A <kbd> element should *not* behave as a popover.] + expected: FAIL + + [A <label popover> element should behave as a popover.] + expected: FAIL + + [A <label> element should *not* behave as a popover.] + expected: FAIL + + [A <legend popover> element should behave as a popover.] + expected: FAIL + + [A <legend> element should *not* behave as a popover.] + expected: FAIL + + [A <li popover> element should behave as a popover.] + expected: FAIL + + [A <li> element should *not* behave as a popover.] + expected: FAIL + + [A <main popover> element should behave as a popover.] + expected: FAIL + + [A <main> element should *not* behave as a popover.] + expected: FAIL + + [A <map popover> element should behave as a popover.] + expected: FAIL + + [A <map> element should *not* behave as a popover.] + expected: FAIL + + [A <mark popover> element should behave as a popover.] + expected: FAIL + + [A <mark> element should *not* behave as a popover.] + expected: FAIL + + [A <menu popover> element should behave as a popover.] + expected: FAIL + + [A <menu> element should *not* behave as a popover.] + expected: FAIL + + [A <meter popover> element should behave as a popover.] + expected: FAIL + + [A <meter> element should *not* behave as a popover.] + expected: FAIL + + [A <nav popover> element should behave as a popover.] + expected: FAIL + + [A <nav> element should *not* behave as a popover.] + expected: FAIL + + [A <object popover> element should behave as a popover.] + expected: FAIL + + [A <object> element should *not* behave as a popover.] + expected: FAIL + + [A <ol popover> element should behave as a popover.] + expected: FAIL + + [A <ol> element should *not* behave as a popover.] + expected: FAIL + + [A <optgroup popover> element should behave as a popover.] + expected: FAIL + + [A <optgroup> element should *not* behave as a popover.] + expected: FAIL + + [A <option popover> element should behave as a popover.] + expected: FAIL + + [A <option> element should *not* behave as a popover.] + expected: FAIL + + [A <output popover> element should behave as a popover.] + expected: FAIL + + [A <output> element should *not* behave as a popover.] + expected: FAIL + + [A <p popover> element should behave as a popover.] + expected: FAIL + + [A <p> element should *not* behave as a popover.] + expected: FAIL + + [A <pre popover> element should behave as a popover.] + expected: FAIL + + [A <pre> element should *not* behave as a popover.] + expected: FAIL + + [A <progress popover> element should behave as a popover.] + expected: FAIL + + [A <progress> element should *not* behave as a popover.] + expected: FAIL + + [A <q popover> element should behave as a popover.] + expected: FAIL + + [A <q> element should *not* behave as a popover.] + expected: FAIL + + [A <rt popover> element should behave as a popover.] + expected: FAIL + + [A <rt> element should *not* behave as a popover.] + expected: FAIL + + [A <ruby popover> element should behave as a popover.] + expected: FAIL + + [A <ruby> element should *not* behave as a popover.] + expected: FAIL + + [A <s popover> element should behave as a popover.] + expected: FAIL + + [A <s> element should *not* behave as a popover.] + expected: FAIL + + [A <samp popover> element should behave as a popover.] + expected: FAIL + + [A <samp> element should *not* behave as a popover.] + expected: FAIL + + [A <section popover> element should behave as a popover.] + expected: FAIL + + [A <section> element should *not* behave as a popover.] + expected: FAIL + + [A <select popover> element should behave as a popover.] + expected: FAIL + + [A <select> element should *not* behave as a popover.] + expected: FAIL + + [A <small popover> element should behave as a popover.] + expected: FAIL + + [A <small> element should *not* behave as a popover.] + expected: FAIL + + [A <source popover> element should behave as a popover.] + expected: FAIL + + [A <source> element should *not* behave as a popover.] + expected: FAIL + + [A <span popover> element should behave as a popover.] + expected: FAIL + + [A <span> element should *not* behave as a popover.] + expected: FAIL + + [A <strong popover> element should behave as a popover.] + expected: FAIL + + [A <strong> element should *not* behave as a popover.] + expected: FAIL + + [A <sub popover> element should behave as a popover.] + expected: FAIL + + [A <sub> element should *not* behave as a popover.] + expected: FAIL + + [A <sup popover> element should behave as a popover.] + expected: FAIL + + [A <sup> element should *not* behave as a popover.] + expected: FAIL + + [A <summary popover> element should behave as a popover.] + expected: FAIL + + [A <summary> element should *not* behave as a popover.] + expected: FAIL + + [A <table popover> element should behave as a popover.] + expected: FAIL + + [A <table> element should *not* behave as a popover.] + expected: FAIL + + [A <tbody popover> element should behave as a popover.] + expected: FAIL + + [A <tbody> element should *not* behave as a popover.] + expected: FAIL + + [A <td popover> element should behave as a popover.] + expected: FAIL + + [A <td> element should *not* behave as a popover.] + expected: FAIL + + [A <textarea popover> element should behave as a popover.] + expected: FAIL + + [A <textarea> element should *not* behave as a popover.] + expected: FAIL + + [A <tfoot popover> element should behave as a popover.] + expected: FAIL + + [A <tfoot> element should *not* behave as a popover.] + expected: FAIL + + [A <th popover> element should behave as a popover.] + expected: FAIL + + [A <th> element should *not* behave as a popover.] + expected: FAIL + + [A <thead popover> element should behave as a popover.] + expected: FAIL + + [A <thead> element should *not* behave as a popover.] + expected: FAIL + + [A <time popover> element should behave as a popover.] + expected: FAIL + + [A <time> element should *not* behave as a popover.] + expected: FAIL + + [A <tr popover> element should behave as a popover.] + expected: FAIL + + [A <tr> element should *not* behave as a popover.] + expected: FAIL + + [A <track popover> element should behave as a popover.] + expected: FAIL + + [A <track> element should *not* behave as a popover.] + expected: FAIL + + [A <u popover> element should behave as a popover.] + expected: FAIL + + [A <u> element should *not* behave as a popover.] + expected: FAIL + + [A <ul popover> element should behave as a popover.] + expected: FAIL + + [A <ul> element should *not* behave as a popover.] + expected: FAIL + + [A <var popover> element should behave as a popover.] + expected: FAIL + + [A <var> element should *not* behave as a popover.] + expected: FAIL + + [A <video popover> element should behave as a popover.] + expected: FAIL + + [A <video> element should *not* behave as a popover.] + expected: FAIL + + [IDL attribute reflection] + expected: FAIL + + [Popover attribute value should be case insensitive] + expected: FAIL + + [Changing attribute values for popover should work] + expected: FAIL + + [Changing attribute values should close open popovers] + expected: FAIL + + [Removing a visible popover=auto element from the document should close the popover] + expected: FAIL + + [A showing popover=auto does not match :modal] + expected: FAIL + + [Removing a visible popover=manual element from the document should close the popover] + expected: FAIL + + [A showing popover=manual does not match :modal] + expected: FAIL + + [Changing the popover type in a "beforetoggle" event handler should not cause problems (during showPopover())] + expected: FAIL + + [Changing the popover type in a "beforetoggle" event handler should not cause problems (during hidePopover())] + expected: FAIL + + [Changing a popover from auto to auto (via attr), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to auto (via attr), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to auto (via attr), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to auto (via attr), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to auto (via attr), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to manual (via attr), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to manual (via attr), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to manual (via attr), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to manual (via attr), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to manual (via attr), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to invalid (via attr), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to invalid (via attr), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to invalid (via attr), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to invalid (via attr), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to invalid (via attr), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to null (via attr), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to null (via attr), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to null (via attr), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to null (via attr), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to null (via attr), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to undefined (via attr), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to undefined (via attr), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to undefined (via attr), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to undefined (via attr), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to undefined (via attr), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to auto (via attr), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to auto (via attr), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to auto (via attr), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to auto (via attr), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to auto (via attr), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to manual (via attr), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to manual (via attr), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to manual (via attr), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to manual (via attr), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to manual (via attr), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to invalid (via attr), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to invalid (via attr), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to invalid (via attr), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to invalid (via attr), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to invalid (via attr), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to null (via attr), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to null (via attr), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to null (via attr), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to null (via attr), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to null (via attr), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to undefined (via attr), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to undefined (via attr), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to undefined (via attr), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to undefined (via attr), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to undefined (via attr), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to auto (via idl), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to auto (via idl), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to auto (via idl), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to auto (via idl), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to auto (via idl), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to manual (via idl), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to manual (via idl), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to manual (via idl), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to manual (via idl), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to manual (via idl), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to invalid (via idl), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to invalid (via idl), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to invalid (via idl), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to invalid (via idl), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to invalid (via idl), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to null (via idl), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to null (via idl), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to null (via idl), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to null (via idl), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to null (via idl), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to undefined (via idl), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to undefined (via idl), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to undefined (via idl), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to undefined (via idl), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from auto to undefined (via idl), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to auto (via idl), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to auto (via idl), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to auto (via idl), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to auto (via idl), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to auto (via idl), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to manual (via idl), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to manual (via idl), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to manual (via idl), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to manual (via idl), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to manual (via idl), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to invalid (via idl), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to invalid (via idl), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to invalid (via idl), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to invalid (via idl), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to invalid (via idl), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to null (via idl), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to null (via idl), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to null (via idl), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to null (via idl), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to null (via idl), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to undefined (via idl), and then auto during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to undefined (via idl), and then manual during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to undefined (via idl), and then invalid during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to undefined (via idl), and then null during 'beforetoggle' works] + expected: FAIL + + [Changing a popover from manual to undefined (via idl), and then undefined during 'beforetoggle' works] + expected: FAIL + + [Exceptions are thrown even when show/hide are animated] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-backdrop-appearance.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-backdrop-appearance.tentative.html.ini new file mode 100644 index 0000000000..56732bc2c9 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-backdrop-appearance.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-backdrop-appearance.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-beforetoggle-opening-event.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-beforetoggle-opening-event.tentative.html.ini new file mode 100644 index 0000000000..664e4da82c --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-beforetoggle-opening-event.tentative.html.ini @@ -0,0 +1,5 @@ +[popover-beforetoggle-opening-event.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Ensure the `beforetoggle` event can be used to populate content before the popover renders] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-document-open.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-document-open.tentative.html.ini new file mode 100644 index 0000000000..bb0ea9199a --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-document-open.tentative.html.ini @@ -0,0 +1,5 @@ +[popover-document-open.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [document.open should not break popovers] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-events.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-events.tentative.html.ini new file mode 100644 index 0000000000..d49cb2e69b --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-events.tentative.html.ini @@ -0,0 +1,11 @@ +[popover-events.tentative.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Toggle event (listener) get properly dispatched for popovers] + expected: FAIL + + [Toggle event (attribute) get properly dispatched for popovers] + expected: FAIL + + [Toggle event is cancelable for the "opening" transition] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-focus-2.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-focus-2.tentative.html.ini new file mode 100644 index 0000000000..7a7915f7ad --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-focus-2.tentative.html.ini @@ -0,0 +1,11 @@ +[popover-focus-2.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Popover focus navigation] + expected: FAIL + + [Popover focus returns when popover is hidden by invoker] + expected: FAIL + + [Circular reference tab navigation] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-focus-child-dialog.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-focus-child-dialog.html.ini new file mode 100644 index 0000000000..a85aa6b47c --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-focus-child-dialog.html.ini @@ -0,0 +1,9 @@ +[popover-focus-child-dialog.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [Popovers should not initially focus child dialog elements.] + expected: FAIL + + [Popovers should not initially focus child popover elements.] + expected: NOTRUN diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-focus.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-focus.tentative.html.ini new file mode 100644 index 0000000000..ab5ae4a6d2 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-focus.tentative.html.ini @@ -0,0 +1,71 @@ +[popover-focus.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Popover focus test: default behavior - popover is not focused] + expected: FAIL + + [Popover button click focus test: default behavior - popover is not focused] + expected: FAIL + + [Popover focus test: autofocus popover] + expected: FAIL + + [Popover button click focus test: autofocus popover] + expected: FAIL + + [Popover corner cases test: autofocus popover] + expected: FAIL + + [Popover focus test: autofocus empty popover] + expected: FAIL + + [Popover button click focus test: autofocus empty popover] + expected: FAIL + + [Popover corner cases test: autofocus empty popover] + expected: FAIL + + [Popover focus test: autofocus popover with button] + expected: FAIL + + [Popover button click focus test: autofocus popover with button] + expected: FAIL + + [Popover corner cases test: autofocus popover with button] + expected: FAIL + + [Popover focus test: autofocus child] + expected: FAIL + + [Popover button click focus test: autofocus child] + expected: FAIL + + [Popover corner cases test: autofocus child] + expected: FAIL + + [Popover focus test: autofocus on tabindex=0 element] + expected: FAIL + + [Popover button click focus test: autofocus on tabindex=0 element] + expected: FAIL + + [Popover corner cases test: autofocus on tabindex=0 element] + expected: FAIL + + [Popover focus test: autofocus multiple children] + expected: FAIL + + [Popover button click focus test: autofocus multiple children] + expected: FAIL + + [Popover corner cases test: autofocus multiple children] + expected: FAIL + + [Popover focus test: autofocus popover and multiple autofocus children] + expected: FAIL + + [Popover button click focus test: autofocus popover and multiple autofocus children] + expected: FAIL + + [Popover corner cases test: autofocus popover and multiple autofocus children] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-hidden-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-hidden-display.tentative.html.ini new file mode 100644 index 0000000000..e409cfbdee --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-hidden-display.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-hidden-display.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-invoking-attribute.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-invoking-attribute.tentative.html.ini new file mode 100644 index 0000000000..81ce394119 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-invoking-attribute.tentative.html.ini @@ -0,0 +1,2798 @@ +[popover-invoking-attribute.tentative.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Test <button type="button">, t=0, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=0, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=0, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=2, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=2, IDL, with popover=auto] + expected: FAIL + + [Test <input type="text">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="text">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="email">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="email">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="password">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="password">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="search">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="search">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="tel">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="tel">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="url">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="url">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="checkbox">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="checkbox">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="radio">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="radio">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="range">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="range">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="file">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="file">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="color">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="color">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="date">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="date">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="datetime-local">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="datetime-local">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="month">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="month">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="time">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="time">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="week">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="week">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <input type="number">, t=1, s=1, h=1, Content Attr, with popover=auto] + expected: FAIL + + [Test <input type="number">, t=1, s=1, h=1, IDL, with popover=auto] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=0, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=1, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="button">, t=2, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=0, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=1, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="reset">, t=2, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=0, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=1, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="submit">, t=2, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=0, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=1, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <button type="">, t=2, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=0, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=1, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="button">, t=2, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=0, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=1, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="reset">, t=2, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=0, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=1, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="submit">, t=2, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=0, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=1, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=0, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=1, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=0, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=0, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=2, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="image">, t=2, s=2, h=2, IDL, with popover=manual] + expected: FAIL + + [Test <input type="text">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="text">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="email">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="email">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="password">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="password">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="search">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="search">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="tel">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="tel">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="url">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="url">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="checkbox">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="checkbox">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="radio">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="radio">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="range">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="range">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="file">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="file">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="color">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="color">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="date">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="date">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="datetime-local">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="datetime-local">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="month">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="month">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="time">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="time">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="week">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="week">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL + + [Test <input type="number">, t=1, s=1, h=1, Content Attr, with popover=manual] + expected: FAIL + + [Test <input type="number">, t=1, s=1, h=1, IDL, with popover=manual] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss-on-scroll.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss-on-scroll.tentative.html.ini new file mode 100644 index 0000000000..d59a765c03 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss-on-scroll.tentative.html.ini @@ -0,0 +1,5 @@ +[popover-light-dismiss-on-scroll.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Scrolling should not light-dismiss popovers] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.tentative.html.ini new file mode 100644 index 0000000000..fc26d70325 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss.tentative.html.ini @@ -0,0 +1,69 @@ +[popover-light-dismiss.tentative.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [Clicking outside a popover will dismiss the popover] + expected: FAIL + + [Clicking inside a popover does not close that popover] + expected: FAIL + + [Popovers close on pointerup, not pointerdown] + expected: FAIL + + [Clicking inside a child popover shouldn't close either popover] + expected: FAIL + + [Clicking inside a parent popover should close child popover] + expected: FAIL + + [Clicking on invoking element, after using it for activation, shouldn't close its popover] + expected: FAIL + + [Clicking on invoking element, after using it for activation, shouldn't close its popover (nested case)] + expected: FAIL + + [Clicking on invoking element, after using it for activation, shouldn't close its popover (nested case, not used for invocation)] + expected: FAIL + + [Clicking on invoking element, even if it wasn't used for activation, shouldn't close its popover] + expected: FAIL + + [Clicking on popovertoggletarget element, even if it wasn't used for activation, should hide it exactly once] + expected: FAIL + + [Dragging from an open popover outside an open popover should leave the popover open] + expected: FAIL + + [An invoking element that was not used to invoke the popover can still be part of the ancestor chain] + expected: FAIL + + [Scrolling within a popover should not close the popover] + expected: FAIL + + [Moving focus back to the anchor element should not dismiss the popover] + expected: FAIL + + [Ensure circular/convoluted ancestral relationships are functional] + expected: FAIL + + [Ensure circular/convoluted ancestral relationships are functional, with a direct showPopover()] + expected: FAIL + + [Hide the target popover during "hide all popovers until"] + expected: FAIL + + [Moving focus outside the popover should not dismiss the popover] + expected: FAIL + + [Synthetic events can't close popovers] + expected: FAIL + + [Canceling pointer events should not keep clicks from light dismissing popovers] + expected: FAIL + + [Clicking on anchor element (that isn't an invoking element) shouldn't prevent its popover from being closed] + expected: FAIL + + [A popover inside an invoking element doesn't participate in that invoker's ancestor chain] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-not-keyboard-focusable.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-not-keyboard-focusable.tentative.html.ini new file mode 100644 index 0000000000..a9367a1bce --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-not-keyboard-focusable.tentative.html.ini @@ -0,0 +1,5 @@ +[popover-not-keyboard-focusable.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Popover should not be keyboard focusable] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-open-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-open-display.tentative.html.ini new file mode 100644 index 0000000000..6d2c9d5829 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-open-display.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-open-display.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-open-overflow-display.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-open-overflow-display.tentative.html.ini new file mode 100644 index 0000000000..2d47510b31 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-open-overflow-display.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-open-overflow-display.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-removal-2.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-removal-2.tentative.html.ini new file mode 100644 index 0000000000..54d74383bb --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-removal-2.tentative.html.ini @@ -0,0 +1,5 @@ +[popover-removal-2.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Moving popover between documents shouldn't cause issues] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-removal.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-removal.tentative.html.ini new file mode 100644 index 0000000000..9441a9b2d6 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-removal.tentative.html.ini @@ -0,0 +1,5 @@ +[popover-removal.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Removal from the document shouldn't cause issues] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-shadow-dom.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-shadow-dom.tentative.html.ini new file mode 100644 index 0000000000..e66ca4ee15 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-shadow-dom.tentative.html.ini @@ -0,0 +1,14 @@ +[popover-shadow-dom.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Popovers located inside shadow DOM can still be shown] + expected: FAIL + + [anchor references do not cross shadow boundaries] + expected: FAIL + + [anchor references use the flat tree not the DOM tree] + expected: FAIL + + [The popover stack is preserved across shadow-inclusive ancestors] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-stacking-context.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-stacking-context.tentative.html.ini new file mode 100644 index 0000000000..3e5325d40b --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-stacking-context.tentative.html.ini @@ -0,0 +1,2 @@ +[popover-stacking-context.tentative.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-stacking.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-stacking.tentative.html.ini new file mode 100644 index 0000000000..2acd3beedf --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-stacking.tentative.html.ini @@ -0,0 +1,29 @@ +[popover-stacking.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Direct DOM children] + expected: FAIL + + [Grandchildren] + expected: FAIL + + [popovertoggletarget attribute relationship] + expected: FAIL + + [nested popovertoggletarget attribute relationship] + expected: FAIL + + [anchor attribute relationship] + expected: FAIL + + [indirect anchor attribute relationship] + expected: FAIL + + [more complex nesting, all using anchor ancestry] + expected: FAIL + + [popovers should be closed by dialogs] + expected: FAIL + + [dialogs should not be closed by popovers] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-combinations.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-combinations.tentative.html.ini new file mode 100644 index 0000000000..dda3c7cac7 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-combinations.tentative.html.ini @@ -0,0 +1,17 @@ +[popover-top-layer-combinations.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Popover combination: Popover Dialog] + expected: FAIL + + [Popover combination: Open Non-modal Popover Dialog] + expected: FAIL + + [Popover combination: Fullscreen Popover] + expected: FAIL + + [Popover combination: Fullscreen Popover Dialog] + expected: FAIL + + [Popover combination: Fullscreen Open Non-modal Popover Dialog] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-interactions.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-interactions.tentative.html.ini new file mode 100644 index 0000000000..fd146fb7e4 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-top-layer-interactions.tentative.html.ini @@ -0,0 +1,20 @@ +[popover-top-layer-interactions.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [A Popover API should close a Popover API] + expected: FAIL + + [A Modal Dialog should close a Popover API] + expected: FAIL + + [A Fullscreen Element should close a Popover API] + expected: FAIL + + [A Popover API should *not* close a Modal Dialog] + expected: FAIL + + [A Popover API should *not* close a Fullscreen Element] + expected: FAIL + + [A Fullscreen Element should close a Fullscreen Element] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-types.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-types.tentative.html.ini new file mode 100644 index 0000000000..7ce4876f7a --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/popover-types.tentative.html.ini @@ -0,0 +1,5 @@ +[popover-types.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [manuals do not close popovers] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/toggleevent-interface.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/toggleevent-interface.tentative.html.ini new file mode 100644 index 0000000000..1e4a2f8041 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/popovers/toggleevent-interface.tentative.html.ini @@ -0,0 +1,113 @@ +[toggleevent-interface.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [the event is an instance of BeforeToggleEvent] + expected: FAIL + + [the event inherts from Event] + expected: FAIL + + [Missing type argument] + expected: FAIL + + [type argument is string] + expected: FAIL + + [type argument is null] + expected: FAIL + + [event type set to undefined] + expected: FAIL + + [currentState has default value of empty string] + expected: FAIL + + [currentState is readonly] + expected: FAIL + + [newState has default value of empty string] + expected: FAIL + + [newState is readonly] + expected: FAIL + + [BeforeToggleEventInit argument is null] + expected: FAIL + + [BeforeToggleEventInit argument is undefined] + expected: FAIL + + [BeforeToggleEventInit argument is empty dictionary] + expected: FAIL + + [currentState set to 'sample'] + expected: FAIL + + [currentState set to undefined] + expected: FAIL + + [currentState set to null] + expected: FAIL + + [currentState set to false] + expected: FAIL + + [currentState set to true] + expected: FAIL + + [currentState set to a number] + expected: FAIL + + [currentState set to [\]] + expected: FAIL + + [currentState set to [1, 2, 3\]] + expected: FAIL + + [currentState set to an object] + expected: FAIL + + [currentState set to an object with a valueOf function] + expected: FAIL + + [BeforeToggleEventInit properties set value] + expected: FAIL + + [BeforeToggleEventInit properties set value 2] + expected: FAIL + + [BeforeToggleEventInit properties set value 3] + expected: FAIL + + [BeforeToggleEventInit properties set value 4] + expected: FAIL + + [newState set to 'sample'] + expected: FAIL + + [newState set to undefined] + expected: FAIL + + [newState set to null] + expected: FAIL + + [newState set to false] + expected: FAIL + + [newState set to true] + expected: FAIL + + [newState set to a number] + expected: FAIL + + [newState set to [\]] + expected: FAIL + + [newState set to [1, 2, 3\]] + expected: FAIL + + [newState set to an object] + expected: FAIL + + [newState set to an object with a valueOf function] + expected: FAIL |