blob: d3736c9e9e316ace45b6acd1b7f1e694bd5e9bc2 [file] [log] [blame]
<!doctype html>
<html i18n-values="dir:textdirection;lang:language">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
<link rel="stylesheet" href="slow.css">
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://slow/slow.js"></script>
<script src="chrome://slow/strings.js"></script>
</head>
<body>
<div id="container" class="container">
<div i18n-content="slowDescription"></div>
<br>
<div i18n-values=".innerHTML:slowWarning"></div>
<div id="container-inner" width=100% class="container-inner">
<button id="slow-disable" i18n-content="slowDisable" hidden></button>
<button id="slow-enable" i18n-content="slowEnable" hidden></button>
</div>
</div>
<script src="chrome://resources/js/i18n_template.js"></script>
</body>
</html>