+2013-11-12 Andreas Kling <akling@apple.com>
+
+ Remove body onload handler from html5-8266.html that was causing
+ the test to sometimes finish before doing anything interesting.
+
+ Unskip Parser/HTML5-8266-FullRender.html now that it's stable.
+
+ Rubber-stamped by Antti Koivisto.
+
+ * Parser/resources/html5-8266.html:
+ * Skipped:
+
2013-11-12 Andreas Kling <akling@apple.com>
Neutralize external resource loads in the new HTML5 spec copy.
ul.checkboxes { list-style-type: none; }
</style>
<!-- END WEBKIT EDITS -->
- <script>
- var startedInit = 0;
- function init() {
- startedInit = 1;
- if (location.search == '?slow-browser')
- return;
- var configUI = document.createElement('div');
- configUI.id = 'configUI';
- document.body.appendChild(configUI);
- load('reviewer.js');
- if (document.documentElement.className == "" || document.documentElement.className == "split index")
- load('toc.js');
- load('updater.js');
- load('dfn.js');
- load('status.js');
- if (getCookie('profile') == '1')
- document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
- }
- if (document.documentElement.className == "")
- setTimeout(function () {
- if (!startedInit)
- showAlert("Too slow? Try reading the multipage copy of the spec instead:", "http://whatwg.org/html");
- }, 6000);
-
- window.addEventListener('keypress', function (event) {
- if ((event.which == 114) && (event.metaKey)) {
- if (!confirm('Are you sure you want to reload this page?'))
- event.preventDefault();
- }
- }, false);
-
- </script><body onload=init()>
+ <body>
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=greenbox.png alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>