Skip to content

Commit 9e36561

Browse files
author
李阳
committed
add test
1 parent da78e4d commit 9e36561

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010

1111
<body>
12-
<a href="www.baid.com">123</a>
12+
<a href="/index1.html">123</a>
1313
<input type="hidden" id="refreshed" value="no">
1414
</body>
1515
<script>

test/index1.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<title>Document</title>
9+
</head>
10+
11+
<body>
12+
<a href="www.baid.com">321</a>
13+
</body>
14+
15+
</html>

0 commit comments

Comments
 (0)