From d9afd99964ea3ac784f0792397c57e0bdb5a0c9b Mon Sep 17 00:00:00 2001 From: ddkilzer Date: Tue, 6 Jun 2006 01:51:02 +0000 Subject: [PATCH] LayoutTests: 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 --- LayoutTests/ChangeLog | 9 +++++++++ LayoutTests/fast/dom/global-constructors-expected.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index b9053269327e..bb0db5c1a189 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,12 @@ +2006-06-05 David Kilzer + + 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 - Merged test-prototypes.html into global-constructors.html diff --git a/LayoutTests/fast/dom/global-constructors-expected.txt b/LayoutTests/fast/dom/global-constructors-expected.txt index 759a60b83340..1f1be6a528f1 100644 --- a/LayoutTests/fast/dom/global-constructors-expected.txt +++ b/LayoutTests/fast/dom/global-constructors-expected.txt @@ -1,4 +1,4 @@ -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. -- 2.36.0