mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
d7dbe841b4
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
45 lines
433 B
Plaintext
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>
|