From f127824e7edb471f3eb3e8fa67d4d70818697acc Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Mon, 25 Oct 2010 16:02:11 +0100 Subject: [PATCH] Merge Webkit at r70209: Add Android expected results for new layout tests fast/dom/DeviceOrientation/create-event-onorientationchange.html See http://trac.webkit.org/changeset/69984 Change-Id: I345106587049a3e59040aa2c449432ac6d7fe5b1 --- .../create-event-onorientationchange-expected.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 LayoutTests/platform/android/fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt diff --git a/LayoutTests/platform/android/fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt b/LayoutTests/platform/android/fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt new file mode 100644 index 000000000..a3d577beb --- /dev/null +++ b/LayoutTests/platform/android/fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt @@ -0,0 +1,15 @@ +Tests that document.createEvent() works with orientationChange + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + + + + +PASS successfullyParsed is true + +TEST COMPLETE + + + + -- 2.11.0