| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>useragent_test</title> | |
| <script src="test_bootstrap.js"></script> | |
| <script type="text/javascript"> | |
| goog.require('bot.userAgent'); | |
| goog.require('goog.dom'); | |
| goog.require('goog.testing.jsunit'); | |
| goog.require('goog.userAgent'); | |
| goog.require('goog.userAgent.product'); | |
| </script> | |
| <script src="useragent_test.js" type="text/javascript"></script> | |
| </head> | |
| </html> |