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

Unified Diff: LayoutTests/accessibility/transformed-element.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/transformed-element.html
diff --git a/LayoutTests/accessibility/transformed-element.html b/LayoutTests/accessibility/transformed-element.html
deleted file mode 100644
index 30e80d6f1bb666c9229e3032f927bc8bbaaf230b..0000000000000000000000000000000000000000
--- a/LayoutTests/accessibility/transformed-element.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-<script>
- if (window.testRunner)
- testRunner.dumpAsText();
-
-</script>
-<body id="body">
- <!-- This test ensures that AX rectangles take transforms into account-->
-
- <div id="hiddenDiv" style="-webkit-transform: rotate(20deg); -webkit-transform-origin: left bottom; padding-left: 100px; width: 200px; border: 1px solid black;">
- <a href="#b">hello</a>
- </div>
-
- <div id="result"></div>
-
- <script>
- if (window.accessibilityController) {
- var result = document.getElementById("result");
-
- var body = document.getElementById("body");
- body.focus();
- var div = accessibilityController.focusedElement.childAtIndex(0);
-
- result.innerText += div.allAttributes();
- }
- </script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/accessibility/table-with-aria-role.html ('k') | LayoutTests/accessibility/transformed-element-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698