| Index: LayoutTests/http/tests/security/no-javascript-refresh-static.html
|
| diff --git a/LayoutTests/http/tests/security/no-javascript-refresh-static.html b/LayoutTests/http/tests/security/no-javascript-refresh-static.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4febdfa76bc084f7b357908fb93079f32ab54d5e
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/no-javascript-refresh-static.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<head>
|
| +<meta http-equiv='refresh' content='0;URL=javascript:window.top.location="about:blank"'/>
|
| +</head>
|
| +<body>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +This is the text that appears in place of a refresh.
|
| +</body>
|
|
|