Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1482)

Unified Diff: chrome/test/data/extensions/api_test/automation/sites/attributes.html

Issue 2857413002: htmlTag was missing from the list of stringAttributes for an automationNode (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698