| 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 b2ddb3b076d46865374140936746d03c6c2d214d..7efb7145b701affca30f95486d39915c3fba555e 100644
|
| --- a/chrome/test/data/extensions/api_test/automation/sites/attributes.html
|
| +++ b/chrome/test/data/extensions/api_test/automation/sites/attributes.html
|
| @@ -76,5 +76,9 @@
|
| <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>
|
| +
|
| + <!-- htmlTag attribute -->
|
| + <figure>Go figure!</figure>
|
| +
|
| </body>
|
| </html>
|
|
|