Chromium Code Reviews| Index: chrome/test/data/page_with_contenteditable_in_cross_site_subframe.html |
| diff --git a/chrome/test/data/page_with_contenteditable_in_cross_site_subframe.html b/chrome/test/data/page_with_contenteditable_in_cross_site_subframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a34cef16094aa378cc8d1299372e2ea23e9efe59 |
| --- /dev/null |
| +++ b/chrome/test/data/page_with_contenteditable_in_cross_site_subframe.html |
| @@ -0,0 +1,7 @@ |
| +<html> |
| +<head></head> |
| +<body> |
| +This page has a cross-site subframe that contains a contenteditable div. |
| +<iframe id='subframe' src='/cross-site/b.com/page_with_contenteditable.html'></iframe> |
| +</body> |
| +</html> |