| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script> | 4 <script> |
| 5 window.enablePixelTesting = true; | 5 window.enablePixelTesting = true; |
| 6 </script> | 6 </script> |
| 7 <script src="../../../resources/js-test.js"></script> | 7 <script src="../../../resources/js-test.js"></script> |
| 8 <script src="../resources/picker-common.js"></script> | 8 <script src="../resources/picker-common.js"></script> |
| 9 </head> | 9 </head> |
| 10 <body style="zoom:0.9;"> | 10 <body style="zoom:0.9;"> |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 <p id="description" style="opacity: 0"></p> | 25 <p id="description" style="opacity: 0"></p> |
| 26 <div id="console" style="opacity: 0"></div> | 26 <div id="console" style="opacity: 0"></div> |
| 27 <script> | 27 <script> |
| 28 openPicker(menu, finishJSTest, function () { | 28 openPicker(menu, finishJSTest, function () { |
| 29 testFailed('picker didn\'t open') | 29 testFailed('picker didn\'t open') |
| 30 finishJSTest(); | 30 finishJSTest(); |
| 31 }); | 31 }); |
| 32 </script> | 32 </script> |
| 33 </body> | 33 </body> |
| 34 </html> | 34 </html> |
| OLD | NEW |