Index: content/test/data/navigation_controller/page_with_srcdoc.html |
diff --git a/content/test/data/navigation_controller/page_with_srcdoc.html b/content/test/data/navigation_controller/page_with_srcdoc.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a587d960704cf248a7640e5c0a5b2281acc9b38c |
--- /dev/null |
+++ b/content/test/data/navigation_controller/page_with_srcdoc.html |
@@ -0,0 +1,8 @@ |
+<html> |
+<head></head> |
+<body> |
+ <p>This Page has two iframes, one with the srcdoc attribute and one without it.<p> |
+ <iframe srcdoc="srcdoc content"></iframe> |
+ <iframe src="simple_page_1.html"></iframe> |
+</body> |
+</html> |