| Index: chrome/test/data/extensions/api_test/automation/sites/attributes.html
|
| diff --git a/chrome/test/data/extensions/api_test/automation/sites/attributes.html b/chrome/test/data/extensions/api_test/automation/sites/attributes.html
|
| index 22e85b7f8c5eee9492bf2a870b26192732b65b10..cb9713c0ad483477ddc5d844f3b336796b25a52e 100644
|
| --- a/chrome/test/data/extensions/api_test/automation/sites/attributes.html
|
| +++ b/chrome/test/data/extensions/api_test/automation/sites/attributes.html
|
| @@ -70,6 +70,10 @@
|
|
|
| <p id="Spanish" lang="es-ES">Hola</p>
|
|
|
| -
|
| + <!-- checked attribute -->
|
| + <div id="check-test-1" aria-label="check-test-1" role="checkbox" aria-checked="true">Checked</div>
|
| + <div id="check-test-2" aria-label="check-test-2" role="checkbox" aria-checked="false">Unchecked</div>
|
| + <div id="check-test-3" aria-label="check-test-3" role="checkbox" aria-checked="mixed">Mixed</div>
|
| + <div id="check-test-4" aria-label="check-test-4" aria-checked="true">Not a checkbox</div>
|
| </body>
|
| </html>
|
|
|