Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation-expected.txt

Issue 1416123002: Absolute Device Orientation API: blink implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation-expected.txt
index bdd6b0b28fda9e822f2de3f8112b94c447dff5bd..8ef26d03338bbedbe3ed5cc29b67b11e7d3f00e8 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/basic-operation-expected.txt
@@ -1,12 +1,12 @@
-Tests the basic operation of DeviceOrientation using the mock.
+Tests basic operation of the deviceorientation event using mock data.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS deviceOrientationEvent.alpha is mockAlpha
-PASS deviceOrientationEvent.beta is mockBeta
-PASS deviceOrientationEvent.gamma is mockGamma
-PASS deviceOrientationEvent.absolute is mockAbsolute
+PASS event.alpha is mockAlpha
+PASS event.beta is mockBeta
+PASS event.gamma is mockGamma
+PASS event.absolute is mockAbsolute
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698