OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="resources/polyfill.js"></script> | |
5 <script src="../../js/resources/js-test-pre.js"></script> | 4 <script src="../../js/resources/js-test-pre.js"></script> |
6 </head> | 5 </head> |
7 | 6 |
8 <body> | 7 <body> |
9 | 8 |
10 <p>When an option element became 'enabled' or not-'enabled', distribution should
happen.</p> | 9 <p>When an option element became 'enabled' or not-'enabled', distribution should
happen.</p> |
11 <p>Since an option element does not create a renderer, we cannot check this usin
g reftest.</p> | 10 <p>Since an option element does not create a renderer, we cannot check this usin
g reftest.</p> |
12 | 11 |
13 <div id="container"> | 12 <div id="container"> |
14 <div id="host1"> | 13 <div id="host1"> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 shouldBe('nodes2.item(0).innerHTML', '"option 4"'); | 48 shouldBe('nodes2.item(0).innerHTML', '"option 4"'); |
50 | 49 |
51 container.innerHTML = ""; | 50 container.innerHTML = ""; |
52 finishJSTest(); | 51 finishJSTest(); |
53 }, 0); | 52 }, 0); |
54 | 53 |
55 </script> | 54 </script> |
56 <script src="../../js/resources/js-test-post.js"></script> | 55 <script src="../../js/resources/js-test-post.js"></script> |
57 </body> | 56 </body> |
58 </html> | 57 </html> |
OLD | NEW |