Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
0cddb57a
...
0cddb57a712374e6d10f7c1f4545c4bd1cfa2d18
authored
2011-11-12 21:02:14 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added missing test pages
1 parent
244f1a9c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
tests/site/page1.html
tests/site/page2.html
tests/site/page3.html
tests/site/page1.html
0 → 100644
View file @
0cddb57
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
5
<title>
CasperJS test page 1
</title>
6
</head>
7
<body>
Booh.
</body>
8
</html>
...
\ No newline at end of file
...
\ No newline at end of file
tests/site/page2.html
0 → 100644
View file @
0cddb57
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
5
<title>
CasperJS test page 2
</title>
6
</head>
7
<body>
Booh.
</body>
8
</html>
...
\ No newline at end of file
...
\ No newline at end of file
tests/site/page3.html
0 → 100644
View file @
0cddb57
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
5
<title>
CasperJS test page 1
</title>
6
</head>
7
<body>
Booh.
</body>
8
</html>
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
sign in
to post a comment