From 4137739b8ae3829d679b59a0894d1189a4e776d4 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 22 Nov 2015 16:53:22 +0000 Subject: Tests for body onload behaviour --- test/js/event-onloadfrombody.html | 10 ++++++++++ test/js/event-onloadfrombody2.html | 13 +++++++++++++ test/js/index.html | 1 + 3 files changed, 24 insertions(+) create mode 100644 test/js/event-onloadfrombody.html create mode 100644 test/js/event-onloadfrombody2.html diff --git a/test/js/event-onloadfrombody.html b/test/js/event-onloadfrombody.html new file mode 100644 index 000000000..be491e6dd --- /dev/null +++ b/test/js/event-onloadfrombody.html @@ -0,0 +1,10 @@ + + +alert based onload (from body) example + + + + +

Just look at the log

+ + diff --git a/test/js/event-onloadfrombody2.html b/test/js/event-onloadfrombody2.html new file mode 100644 index 000000000..542e5ec23 --- /dev/null +++ b/test/js/event-onloadfrombody2.html @@ -0,0 +1,13 @@ + + +alert based onload (from body IDL attribute) example + + + + +

Just look at the log

+ + + diff --git a/test/js/index.html b/test/js/index.html index a1bc4c4de..f5420ed3c 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -80,6 +80,7 @@

Dom events

-- cgit v1.2.3