Index: third_party/WebKit/LayoutTests/ambient-light/create-event-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/ambient-light/create-event-expected.txt b/third_party/WebKit/LayoutTests/ambient-light/create-event-expected.txt |
deleted file mode 100644 |
index a2b696d9da8cd16ff6c5bc6faa02c6d9f683aff9..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/ambient-light/create-event-expected.txt |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-Tests the DeviceLightEvent constructor. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS typeof newEvent.type == 'string' is true |
-PASS newEvent.type is "devicelight" |
-PASS typeof newEvent.bubbles == 'boolean' is true |
-PASS newEvent.bubbles is true |
-PASS typeof newEvent.cancelable == 'boolean' is true |
-PASS newEvent.cancelable is false |
-PASS typeof newEvent.value == 'number' is true |
-PASS newEvent.value is 10 |
-PASS defaultEvent.bubbles is true |
-PASS defaultEvent.cancelable is false |
-PASS defaultEvent.value is Infinity |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |