Make sure all files that should be present are present.
This commit is contained in:
9
test/html/clickable-anchor.html
Normal file
9
test/html/clickable-anchor.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<h1>line 1</h1>
|
||||
<h1><a onclick="return false;">line 2</a></h1>
|
||||
<h1>line 3</h1>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user