mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
17 lines
371 B
HTML
17 lines
371 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Sample HTML5 API Tests</title>
|
|
</head>
|
|
<script src="../testharness.js"></script>
|
|
|
|
<body onload="load_test_attr.done()">
|
|
<h1>Sample HTML5 API Tests</h1>
|
|
<div id="log"></div>
|
|
<script>
|
|
setup({explicit_timeout:true});
|
|
var t = async_test("This test should give a status of 'Not Run' without a delay");
|
|
timeout();
|
|
</script>
|
|
</body>
|
|
</html>
|