From e405015b17715a7ae5a6c87041bcce34270350b6 Mon Sep 17 00:00:00 2001 From: "jberlin@webkit.org" Date: Thu, 15 Mar 2012 00:34:36 +0000 Subject: [PATCH] fullscreen/video-controls-drag.html failing on Mac https://bugs.webkit.org/show_bug.cgi?id=81176 Land expected failing results to get the bots green. * platform/mac/fullscreen/video-controls-drag-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@110799 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 9 +++++++++ .../platform/mac/fullscreen/video-controls-drag-expected.txt | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 LayoutTests/platform/mac/fullscreen/video-controls-drag-expected.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 32b7e42..6f36e72 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,12 @@ +2012-03-14 Jessie Berlin + + fullscreen/video-controls-drag.html failing on Mac + https://bugs.webkit.org/show_bug.cgi?id=81176 + + Land expected failing results to get the bots green. + + * platform/mac/fullscreen/video-controls-drag-expected.txt: Added. + 2012-03-14 Adam Barth More fun with repainting-after-animation-element-removal. These diff --git a/LayoutTests/platform/mac/fullscreen/video-controls-drag-expected.txt b/LayoutTests/platform/mac/fullscreen/video-controls-drag-expected.txt new file mode 100644 index 0000000..9c9cf36 --- /dev/null +++ b/LayoutTests/platform/mac/fullscreen/video-controls-drag-expected.txt @@ -0,0 +1,7 @@ +This tests that the video element's controls are draggable in full screen. Press any key to continue. + +EVENT(webkitfullscreenchange) +EXPECTED (endBox.left - startBox.left == '15'), OBSERVED '-385' FAIL +EXPECTED (endBox.top - startBox.top == '15'), OBSERVED '605' FAIL +END OF TEST + -- 2.7.4