diff options
| author | Heinrich Fenkart <[email protected]> | 2014-11-05 01:18:11 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-11-05 01:18:11 +0100 |
| commit | 425a985491b5c8f72bfcf483f5449f52b8d21af0 (patch) | |
| tree | 63acf0285a5a8eceb01edd996644f64c6cfe2151 /js/tests/visual/popover.html | |
| parent | 6020bb06f242450b34a55e6098e9549f33fcc226 (diff) | |
| download | bootstrap-425a985491b5c8f72bfcf483f5449f52b8d21af0.tar.xz bootstrap-425a985491b5c8f72bfcf483f5449f52b8d21af0.zip | |
Update head of all visual tests to use our basic template
Diffstat (limited to 'js/tests/visual/popover.html')
| -rw-r--r-- | js/tests/visual/popover.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/js/tests/visual/popover.html b/js/tests/visual/popover.html index c09739ff9..0e84f5cee 100644 --- a/js/tests/visual/popover.html +++ b/js/tests/visual/popover.html @@ -1,8 +1,18 @@ <!DOCTYPE html> <html> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Popover</title> - <link rel="stylesheet" type="text/css" href="../../../dist/css/bootstrap.min.css"> + <link rel="stylesheet" href="../../../dist/css/bootstrap.min.css"> + + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> + <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> + <!--[if lt IE 9]> + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> + <![endif]--> </head> <body> |
