OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 <iframe id="testIframe" srcdoc="<iframe seamless srcdoc=' '> border: 2px sol
id black"></iframe> | 4 <iframe id="testIframe" srcdoc="<iframe seamless srcdoc=' '> border: 2px sol
id black"></iframe> |
5 <div>Test passes if DRT doesn't crash.</div> | 5 <div>Test passes if DRT doesn't crash.</div> |
6 <script> | 6 <script> |
7 if (window.testRunner) | 7 if (window.testRunner) |
8 testRunner.dumpAsText(); | 8 testRunner.dumpAsText(); |
9 | 9 |
10 var testIframe = document.getElementById('testIframe'); | 10 var testIframe = document.getElementById('testIframe'); |
11 var input = testIframe.contentDocument.createElement('input'); | 11 var input = testIframe.contentDocument.createElement('input'); |
12 input.type = "RANGE"; | 12 input.type = "RANGE"; |
13 input = 0; | 13 input = 0; |
14 </script> | 14 </script> |
15 </body> | 15 </body> |
OLD | NEW |