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

Unified Diff: content/test/data/accessibility/param.html

Issue 651223004: Add DumpAccessibilityTree tests (3 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skipping aria-haspopup AX test on windows Created 6 years, 2 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: content/test/data/accessibility/param.html
diff --git a/content/test/data/accessibility/object.html b/content/test/data/accessibility/param.html
similarity index 77%
copy from content/test/data/accessibility/object.html
copy to content/test/data/accessibility/param.html
index 17abdeea30972a05d9fbc2f6e7809ddbc88c0a15..8b30a748c145df538601ea31637ca3ccdf66ab2c 100644
--- a/content/test/data/accessibility/object.html
+++ b/content/test/data/accessibility/param.html
@@ -3,6 +3,7 @@
<body>
<object width="400" height="400" data="../../../../media/test/data/bear.swf">
+ <param name="autoplay" value="true">
</object>
</body>

Powered by Google App Engine
This is Rietveld 408576698