| 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>
|
|
|