Chromium Code Reviews| Index: chrome/browser/resources/chromeos/slow.html |
| diff --git a/chrome/browser/resources/chromeos/slow.html b/chrome/browser/resources/chromeos/slow.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a118ef67aa8c1e81cafdecb5dda93ed17fe13eab |
| --- /dev/null |
| +++ b/chrome/browser/resources/chromeos/slow.html |
| @@ -0,0 +1,26 @@ |
| +<!DOCTYPE HTML> |
| +<html i18n-values="dir:textdirection"> |
| +<head> |
| +<meta name="viewport" content="width=device-width, initial-scale=1.0, |
| + maximum-scale=1.0, user-scalable=no"> |
| +<title i18n-content="title"></title> |
| +<link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
| +<link rel="stylesheet" href="slow.css"> |
| +<script src="chrome://resources/js/cr.js"></script> |
| +<script src="chrome://resources/js/cr/event_target.js"></script> |
| +<script src="chrome://resources/js/local_strings.js"></script> |
| +<script src="chrome://resources/js/util.js"></script> |
| +<script src="slow.js"></script> |
| +</head> |
| +<body i18n-values=".style.fontFamily:fontfamily;"> |
| + <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"></button> |
|
Dmitry Polukhin
2013/08/08 21:13:16
I would make both buttons initially hidden because
Zachary Kuznia
2013/08/08 21:28:57
Done.
|
| + </div> |
| + </div> |
| +</body> |
| +</html> |