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

Unified Diff: LayoutTests/batterystatus/window-property-expected.txt

Issue 14631011: Update TestExpectations entries for previously skipped tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months 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: LayoutTests/batterystatus/window-property-expected.txt
diff --git a/LayoutTests/batterystatus/window-property-expected.txt b/LayoutTests/batterystatus/window-property-expected.txt
index 41e6fd52da02c9130a735ce8afa674a27b24351a..90a984686abf4367fe7b1e910838096ae45f8efd 100644
--- a/LayoutTests/batterystatus/window-property-expected.txt
+++ b/LayoutTests/batterystatus/window-property-expected.txt
@@ -3,12 +3,12 @@ Tests that the window.navigator.battery properties are present.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS typeof navigator.webkitBattery == 'object' is true
-PASS hasOnBatteryProperty() is true
-PASS navigator.webkitBattery.hasOwnProperty('onchargingchange') is true
-PASS navigator.webkitBattery.hasOwnProperty('onchargingtimechange') is true
-PASS navigator.webkitBattery.hasOwnProperty('ondischargingtimechange') is true
-PASS navigator.webkitBattery.hasOwnProperty('onlevelchange') is true
+FAIL typeof navigator.webkitBattery == 'object' should be true. Was false.
+FAIL hasOnBatteryProperty() should be true. Was false.
+FAIL navigator.webkitBattery.hasOwnProperty('onchargingchange') should be true. Threw exception TypeError: Cannot call method 'hasOwnProperty' of undefined
+FAIL navigator.webkitBattery.hasOwnProperty('onchargingtimechange') should be true. Threw exception TypeError: Cannot call method 'hasOwnProperty' of undefined
+FAIL navigator.webkitBattery.hasOwnProperty('ondischargingtimechange') should be true. Threw exception TypeError: Cannot call method 'hasOwnProperty' of undefined
+FAIL navigator.webkitBattery.hasOwnProperty('onlevelchange') should be true. Threw exception TypeError: Cannot call method 'hasOwnProperty' of undefined
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698