mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
7 lines
153 B
HTML
7 lines
153 B
HTML
<script src="resources/report-test.js"></script>
|
|
<script>
|
|
// This script block will trigger a violation report.
|
|
alert_assert('FAIL');
|
|
|
|
</script>
|