11 lines
255 B
HTML
11 lines
255 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<title>CasperJS test url with encoded space</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<img src="images/phantom.png"/>
|
||
|
</body>
|
||
|
</html>
|