| <script src="../dist/dialog-polyfill.js"></script> |
| <link rel="stylesheet" type="text/css" href="../dist/dialog-polyfill.css"> |
| background-color: rgba(0,255,0,0.5); |
| <p>Test for backdrop. The test passes if you see a green background behind the |
| <button id="inert-button">Can't click me</button> |
| function writeToConsole(s) { |
| var console = document.getElementById('console'); |
| var span = document.createElement('span'); |
| console.appendChild(span); |
| console.appendChild(document.createElement('br')); |
| var dialog = document.querySelector('dialog'); |
| dialogPolyfill.registerDialog(dialog); |