| window.testRunner?.dumpAsText(); |
| window.testRunner?.waitUntilDone(); |
| document.body.append(document.createElement('input')); |
| document.body.append(document.createElement('slot')); |
| let br0 = document.createElement('br'); |
| document.body.append(br0); |
| let div0 = document.createElement('div'); |
| document.body.append(document.createElement('input')); |
| div0.append(document.createElement('span')); |
| document.execCommand('SelectAll'); |
| document.styleSheets[0].insertRule(`slot { animation-delay: 25ms; }`); |
| document.designMode = 'on'; |
| document.execCommand('Bold'); |
| requestAnimationFrame(() => { |
| if (!window.location.search) |
| window.location.href = window.location.href + "?foo=1"; |
| document.body.textContent = "PASS"; |
| window.testRunner?.notifyDone(); |