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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..69caee311d5c9c0168c019cb04adff2c518718dc |
--- /dev/null |
+++ b/content/test/data/accessibility/html/iframe-cross-process.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+<p>Before frame</p> |
+<div> |
+ <iframe src="/cross-site/1.com/accessibility/html/frame/static_text.html"> |
+ </iframe> |
+</div> |
+<p>After frame</p> |
+</body> |
+</html> |