Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / salsa.html
blob50d6775f452f4da0f32e009f31ae170067b6d770
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Salsa</title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="stylesheet" href="salsa.css">
8 <script src="salsa.js"></script>
9 </head>
11 <body>
12 <div id="bounding-box">
13 <h1 class="title">Salsa</h1>
15 <div id="invalid-treatment-info" hidden>
16 I'm afraid there has been some problem determining which treatments to use
17 for your experiment. Please try to copy/paste the URL again and refresh
18 this page. If the problem persists please contact the person running the
19 experiment.
20 </div>
22 <div id="valid-treatment-info">
23 <div id="treatment-list">
24 <div id="treatment-header">Available Treatments:</div>
25 <div id="treatment-template" class="treatment" hidden></div>
26 </div>
28 <p>Instructions</p>
30 <ul id="instructions">
31 <li> <span>Click</span> or use your <span>arrow keys</span> to change the
32 selected treatment.
34 <li> Treatments are ordered randomly, so there is no special significance
35 to their labels.
37 <li> When you navigate away from this page your settings will be returned
38 to normal. If the browser crashes, and/or you experience unusual behavior
39 after this experiment, you can manually reset your settings to their
40 default values at <a href="chrome://gesture">chrome://gesture</a>.
41 </ul>
43 <p>Thank you for your participation!</p>
44 </div>
45 </div>
47 </body>
48 </html>