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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal.html

Issue 1348503003: One AXObjectCache per frame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix issues in AutomationApiTest.Events Created 5 years, 3 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: third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal.html b/third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal.html
index d8b649be55bca58a42f12465b6345fbf77cc2972..55e57fdb617e3b72202a6f994b39d49833cf0095 100644
--- a/third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal.html
+++ b/third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal.html
@@ -57,15 +57,13 @@ element
<p>Section</p>
<footer>
<p>Footer in section</p>
- </footer>
+ </footer>
</section>
<address>
-Written by Julie<br>
+Written by Julie<br>
Visit us at:www.chromium.org<br>
</address>
<p>January <dialog open>This is an open dialog window</dialog></p>
-<iframe src="about:blank"></iframe>
-<iframe src="about:blank" role="presentation"></iframe>
<table>
<caption>Caption</caption>
<tr>
@@ -92,4 +90,4 @@ if (window.testRunner)
if (window.accessibilityController)
buildAccessibilityTree(accessibilityController.focusedElement, 0, 1);
</script>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698