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

Unified Diff: LayoutTests/accessibility/aria-activedescendant-crash.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/accessibility/aria-activedescendant-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/aria-activedescendant-crash.html
diff --git a/LayoutTests/accessibility/aria-activedescendant-crash.html b/LayoutTests/accessibility/aria-activedescendant-crash.html
deleted file mode 100644
index 03e94fbbe87d4842e0e742f29cde6f77119de85d..0000000000000000000000000000000000000000
--- a/LayoutTests/accessibility/aria-activedescendant-crash.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
- <head>
- <script>
- function test()
- {
- if (window.testRunner)
- testRunner.dumpAsText();
- document.getElementById('bt').focus();
- if (window.accessibilityController)
- var test = accessibilityController.focusedElement.stringAttributeValue("aria-activedescendant");
- document.getElementById('bt').click();
- }
- </script>
- </head>
- <body onload="test()">
- This tests that there is no crash if you set an aria-activedescendant attribute to an id of an element that has no renderer.<br>
- <input type="button" id="bt" onclick="this.setAttribute('aria-activedescendant', 'hiddenElement')" value="Use VoiceOver to activate this button, and then navigate to the next element">
- <div id="hiddenElement" style="display:none"></div>
- </body>
-</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/accessibility/aria-activedescendant-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698