From db59eed031721bfb5d39da79746d736c8911b590 Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 24 Feb 2015 11:57:46 +0000 Subject: [PATCH] Add test_on and test_onload convenience functions. --- apisample.htm | 8 ++++++++ docs/api.md | 14 ++++++++++++++ testharness.js | 17 +++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/apisample.htm b/apisample.htm index 6eb3279..a598e5c 100644 --- a/apisample.htm +++ b/apisample.htm @@ -29,6 +29,14 @@

Sample HTML5 API Tests

var load_test_attr = async_test("body element fires the onload event set from the attribute");