Sha256: c0254f84324358cc34ac204c12d59db018358199969a64d26a7408b7ffcc41bf
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
<!DOCTYPE html> <html> <head> <title>Platform DOM Specs</title> <link rel="stylesheet" href="../../../../testreporter/deploy/testreporter/resources/reporter.css"> <script src="../../../../testreporter/deploy/testreporter/reporter.js"></script> <script src="resources/jsb3.js"></script> <script src="resources/test-setup.js"></script> <script> Test.SandBox.setup({ includes: [] .concat(lib.foundation) .concat(test.helpers) .concat(lib.extras) .concat(lib.dom.platform) .concat(test.dom.platform) }); Test.SandBox.addIframe({ includes: [] .concat(lib.foundation) .concat(test.helpers) .concat(lib.extras) .concat(lib.dom.touch) .concat(test.dom.touch) }); Test.SandBox.addIframe({ includes: [] .concat(lib.foundation) .concat(test.helpers) .concat(lib.extras) .concat(lib.dom.extjs) .concat(test.dom.extjs) }); </script> </head> <body> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems