4 <script src=
"../../../resources/js-test.js"></script>
7 <dialog id=
"mydialog"></dialog>
9 description("The DIALOG element should be recognized if the dialog feature is on.");
10 dialog
= document
.getElementById('mydialog');
11 shouldBeTrue("typeof dialog.show == 'function'");