dialog-closedby-crash.html (418B)
1 <!DOCTYPE html> 2 <link rel=author href="mailto:luke@warlow.dev"> 3 <link rel=author href="mailto:masonf@chromium.org"> 4 <link rel=help href="https://html.spec.whatwg.org/#attr-dialog-closedby"> 5 6 <!-- This test passes if it does not crash. --> 7 8 <dialog id="dialog" open closedby="closerequest">Dialog</dialog> 9 <dialog id="dialog" open closedby="any">Dialog</dialog> 10 <dialog id="dialog" open closedby="none">Dialog</dialog>