| <!DOCTYPE html> | |
| <head> | |
| <title>Verify that compressed files are properly decompressed</title> | |
| <script src='black_box_js_test_utils.js'></script> | |
| </head> | |
| <body> | |
| <h1> | |
| <span>ID element</span> | |
| </h1> | |
| <script> | |
| // If this file fails to decompress, there will be no call to onEndTest and | |
| // the python test will fail on timeout. | |
| onEndTest(); | |
| </script> | |
| </body> |