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

Unified Diff: LayoutTests/accessibility/plugin.html

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 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: LayoutTests/accessibility/plugin.html
diff --git a/LayoutTests/accessibility/plugin.html b/LayoutTests/accessibility/plugin.html
deleted file mode 100644
index 2b35cf1e1a670d2f5988c5df247a2699911d9e76..0000000000000000000000000000000000000000
--- a/LayoutTests/accessibility/plugin.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-<script>
- if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-<body id="body">
- <!-- This test ensures that a plugin that is not accessible, will not appear in the AX hierachy-->
- <object width=100 height=100>
- <param name="movie">
- <embed src="resources/test.swf" type="application/x-shockwave-flash">
- </object>
-
- <div id="result"></div>
-
-
- <script>
- if (window.accessibilityController) {
- var result = document.getElementById("result");
-
- var body = document.getElementById("body");
- body.focus();
- result.innerText += accessibilityController.focusedElement.attributesOfChildren() + "\n\n";
- }
- </script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/accessibility/placeholder-expected.txt ('k') | LayoutTests/accessibility/radio-button-group-members.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698