blob: b99915ac7453952aa199c7ac24e919459f665a42 (
plain)
1
2
3
4
5
6
|
<!doctype html>
<title>Simple testharness.js usage</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
// This file should time out, obviously
|