/[suikacvs]/www/test/dom/element/inner-html/orphan-set-2.html
Suika

Contents of /www/test/dom/element/inner-html/orphan-set-2.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 25 09:38:33 2011 UTC (15 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
tests

1 <!DOCTYPE HTML>
2 <meta name=viewport content="width=device-width">
3
4 <p>See below...</p>
5
6 <p style="padding-bottom: 40em"></p>
7
8
9 <button onclick="
10 var xhr = new XMLHttpRequest;
11 xhr.open ('GET', '/', true);
12 xhr.onreadystate = function () {
13 var div = document.createElement ('div');
14 div.innerHTML = '';
15 };
16 xhr.send (null);
17 ">Push this button</script>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24