Chromium Code Reviews| Index: headless/test/data/iframe.html |
| diff --git a/headless/test/data/iframe.html b/headless/test/data/iframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..655c9658591526f38d0e85014c06edcd4dc4c7fa |
| --- /dev/null |
| +++ b/headless/test/data/iframe.html |
| @@ -0,0 +1,5 @@ |
| +<html> |
| +<body> |
| +<h1>Hello from the iframe!</h1> |
| +</body> |
| +</html> |