From: oliver@apple.com Date: Fri, 14 Dec 2007 18:34:16 +0000 (+0000) Subject: Move layout test to mac skipped list until mac frt bug fixed. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=c18213f20e9791c68e14a99ad4506e669841b02a Move layout test to mac skipped list until mac frt bug fixed. Reviewed by Adam. Fix test output, and move test to mac skipped list until fast/events/mouseout-on-window.html is fixed. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28713 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 4032546396ad..94582eedf82d 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,14 @@ +2007-12-14 Oliver Hunt + + Reviewed by Adam. + + Fix test output, and move test to mac skipped lists until + fast/events/mouseout-on-window.html + is fixed. + + * fast/events/mouseout-on-window-expected.txt: + * platform/mac/Skipped: + 2007-12-13 Justin Garcia Reviewed by Oliver Hunt. diff --git a/LayoutTests/fast/events/mouseout-on-window-expected.txt b/LayoutTests/fast/events/mouseout-on-window-expected.txt index 28f13660858b..fb8633bb1d3c 100644 --- a/LayoutTests/fast/events/mouseout-on-window-expected.txt +++ b/LayoutTests/fast/events/mouseout-on-window-expected.txt @@ -1,4 +1,2 @@ -creating digester -creating digester This test ensures that mouse out events are sent to the window. PASS: Received mouseout event. diff --git a/LayoutTests/platform/mac/Skipped b/LayoutTests/platform/mac/Skipped new file mode 100644 index 000000000000..234f011a7edf --- /dev/null +++ b/LayoutTests/platform/mac/Skipped @@ -0,0 +1,2 @@ +# fast/events/mouseout-on-window.html needs mac DRT to issue mouse out events +fast/events/mouseout-on-window.html