Chromium Code Reviews| Index: content/test/data/navigation_controller/page_with_data_iframe.html |
| diff --git a/content/test/data/navigation_controller/page_with_data_iframe.html b/content/test/data/navigation_controller/page_with_data_iframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f91f8e08628530ed38b21cd200312c64d6455e19 |
| --- /dev/null |
| +++ b/content/test/data/navigation_controller/page_with_data_iframe.html |
| @@ -0,0 +1,7 @@ |
| +<html> |
| +<head></head> |
| +<body> |
| + <p>This page has a data URL iframe. |
| + <p><iframe src="data:text/html,Subframe"></iframe> |
| +</body> |
| +</html> |