Chromium Code Reviews| 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..7f20b529d6b0f6e0d55d81e9480eae2c55175840 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/html/iframe-cross-process.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| +<p>Before frame</p> |
| +<div><iframe src="@CROSS-SITE:frame/static_text.html"></iframe></div> |
| +<p>After frame</p> |
| +</body> |
| +</html> |