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

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

Issue 1761633002: One accessibility tree per frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix is-richly-editable test Created 4 years, 9 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 f525dbdb31d2c8b5b51ab4100d1deba1661c3045..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>

Powered by Google App Engine
This is Rietveld 408576698