Files
engine/tests/parser/script.sky
T
Hixie d7dbe841b4 This CL provides a bunch of new parser tests, and updates the
TestExpectations file to skip the ones that fail or crash. It also
updates the TestExpectations parser to support URLs pointing to the
mojo repo's issue tracker.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/685593006
2014-10-28 18:58:18 -07:00

45 lines
433 B
Plaintext

<html>
<link rel="import" href="../resources/dump-as-markup.sky"></link>
<body>
<script>
TEST <a></a>
</script>
<SCRIPT>
TEST <a></a>
</SCRIPT>
<script>
<SCRIPT>
TEST <a></a>
</SCRIPT>
</script>
<SCRIPT>
<script>
TEST <a></a>
</SCRIPT>
</script>
</SCRIPT>
<script
> TEST </script
>
<
script
> TEST </script>
<script> TEST </
script>
</script>
<script> TEST </scrip>
</script>
<script> TEST <//script>
</script>
</body>