Chromium Code Reviews| Index: LayoutTests/http/tests/cache/resources/subresource-revalidation-referrer-iframe.html |
| diff --git a/LayoutTests/http/tests/cache/resources/subresource-revalidation-referrer-iframe.html b/LayoutTests/http/tests/cache/resources/subresource-revalidation-referrer-iframe.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6a7993e3e3745931d6f2be236312fd8f23aaa6aa |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/cache/resources/subresource-revalidation-referrer-iframe.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE HTML> |
| +<script src="referrer-echo.php" type="text/javascript"></script> |
| +<script> |
| +window.onload = function () { |
| + if (window.parent) |
| + window.parent.iframeLoaded(referrer); |
| +}; |
| +</script> |
| +<a href="subresource-revalidation-referrer-iframe.html">Click</a> |