From 0bfdd23eea6d5bfd9724e951af435a2cfcf0b758 Mon Sep 17 00:00:00 2001 From: "cwzwarich@webkit.org" Date: Thu, 23 Oct 2008 02:31:39 +0000 Subject: [PATCH] 2008-10-22 Cameron Zwarich Reviewed by Kevin McCullough. Check in changed test results for r37792. * fast/dom/Window/window-properties-expected.txt: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@37802 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 8 ++++++++ LayoutTests/fast/dom/Window/window-properties-expected.txt | 1 + 2 files changed, 9 insertions(+) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 3b142a6..7a8c5b2 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,11 @@ +2008-10-22 Cameron Zwarich + + Reviewed by Kevin McCullough. + + Check in changed test results for r37792. + + * fast/dom/Window/window-properties-expected.txt: + 2008-10-22 David Smith Reviewed by andersca. diff --git a/LayoutTests/fast/dom/Window/window-properties-expected.txt b/LayoutTests/fast/dom/Window/window-properties-expected.txt index 781e739..3be2ee9 100644 --- a/LayoutTests/fast/dom/Window/window-properties-expected.txt +++ b/LayoutTests/fast/dom/Window/window-properties-expected.txt @@ -1449,6 +1449,7 @@ window.console.info [function] window.console.log [function] window.console.profile [function] window.console.profileEnd [function] +window.console.profiles [object Array] window.console.time [function] window.console.timeEnd [function] window.console.trace [function] -- 1.8.3.1