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

Unified Diff: content/test/data/accessibility/html/iframe-cross-process.html

Issue 2040523002: Improves computation of IAccessible2 Hypertext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed expectations on Windows for hopefully the last time. Created 4 years, 6 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: content/test/data/accessibility/html/iframe-cross-process.html
diff --git a/content/test/data/accessibility/html/iframe-cross-process.html b/content/test/data/accessibility/html/iframe-cross-process.html
index 69caee311d5c9c0168c019cb04adff2c518718dc..bb1a3c7b4ab744b08afe9750d69532171bb89e06 100644
--- a/content/test/data/accessibility/html/iframe-cross-process.html
+++ b/content/test/data/accessibility/html/iframe-cross-process.html
@@ -1,9 +1,13 @@
<!DOCTYPE html>
+<!--
+@WIN-ALLOW:ia2_hypertext=*
+-->
<html>
<body>
<p>Before frame</p>
<div>
- <iframe src="/cross-site/1.com/accessibility/html/frame/static_text.html">
+ <iframe aria-label="Cross-process iframe"
+ src="/cross-site/1.com/accessibility/html/frame/static_text.html">
</iframe>
</div>
<p>After frame</p>

Powered by Google App Engine
This is Rietveld 408576698