blob: 1319443ac064f85e89ae638bd84ffbf705825251 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<script>
description("KDE JS Test");
expectError();
</script>
<script src="YOUR_JS_FILE_HERE"></script>
<script>
shouldHaveHadError("SyntaxError");
</script>
|