1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

add unclosed script sample

This commit is contained in:
Ilya Kreymer 2015-04-01 07:13:51 -07:00
parent 8e60a6464c
commit e806a33289

View File

@ -0,0 +1,11 @@
<html>
<head>
<title>Sample Page For Rewrite Test</title>
</head>
<body>
Test Content
<script>
var some_val = false;
if (some_val) {
window.location = "http:\/\/example.com/dynamic_page.html";
}