Index: LayoutTests/fast/dom/HTMLDialogElement/modal-dialog-ancestor-is-inert-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLDialogElement/modal-dialog-ancestor-is-inert-expected.txt b/LayoutTests/fast/dom/HTMLDialogElement/modal-dialog-ancestor-is-inert-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6f695486474884b3a61864e5cf3033086c2cafd0 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/HTMLDialogElement/modal-dialog-ancestor-is-inert-expected.txt |
@@ -0,0 +1,19 @@ |
+Test that ancestors of modal <dialog> are inert. To test manually, click the left box. There should be no change. Then click the right box. If both boxes turn green, the test passes. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Clicking on ancestor |
+PASS document.handledEvent is true |
+PASS document.body.handledEvent is false |
+PASS dialog.handledEvent is false |
+PASS div.handledEvent is false |
+Clicking on dialog |
+PASS document.handledEvent is true |
+PASS document.body.handledEvent is true |
+PASS dialog.handledEvent is true |
+PASS div.handledEvent is true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |