Reviewed by ggaren.
- Test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9310
Add missing DOM prototypes and other DOM cleanup
* fast/dom/global-constructors-expected.txt: Fixed test results.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@14738
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-06-05 David Kilzer <ddkilzer@kilzer.net>
+
+ Reviewed by ggaren.
+
+ - Test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9310
+ Add missing DOM prototypes and other DOM cleanup
+
+ * fast/dom/global-constructors-expected.txt: Fixed test results.
+
2006-06-04 Geoffrey Garen <ggaren@apple.com>
- Merged test-prototypes.html into global-constructors.html
-This page tests constructors and prototypes that WebKit has gotten wrong in the past. If it passes, you'll see a series of 'PASS' messages below.
+This page tests global constructor objects like window.HTMLDocument. If it passes, you'll see a series of 'PASS' messages below.
PASS: DOMParser.prototype.isPrototypeOf(domParser) should be true and is.
PASS: XMLHttpRequest.prototype.isPrototypeOf(xmlHttpRequest) should be true and is.