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:
parent
8e60a6464c
commit
e806a33289
11
sample_archive/text_content/sample_unclosed_script.html
Normal file
11
sample_archive/text_content/sample_unclosed_script.html
Normal 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";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user