UNPKG
sunpietro-grover
Version:
latest (1.0.0)
1.0.0
0.1.17
PhantomJS wrapper for YUITest
github.com/yui/grover
yui/grover
sunpietro-grover
/
tests
/
html
/
error.html
13 lines
(12 loc)
•
159 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype
html
>
<
html
>
<
head
>
<
title
>
Test One
</
title
>
</
head
>
<
body
>
<
script
>
//Throwing a syntax error
foo.
bar
.
baz
.
boom
=
true
;
</
script
>
</
body
>
</
html
>