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

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

Issue 869933005: Add DumpAccessibilityTree tests (15,20 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: skipping aria-selected on mac Created 5 years, 11 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/html/base.html
diff --git a/chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html b/content/test/data/accessibility/html/base.html
similarity index 52%
copy from chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html
copy to content/test/data/accessibility/html/base.html
index 831d97e24de6cb43730d9599d9c3fb347a3cd00c..d53d9cb0df626cd0fd021199eeb5ad160323bc96 100644
--- a/chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html
+++ b/content/test/data/accessibility/html/base.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <title>fullscreen</title>
+<base href="http://www.chromium.org/" target="_blank">
</head>
<body>
- foobar
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698