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

Unified Diff: LayoutTests/battery-status/api-defined-expected.txt

Issue 931783002: bindings: Fixes battery-status test (attributes are not own properties). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « LayoutTests/battery-status/api-defined.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/battery-status/api-defined-expected.txt
diff --git a/LayoutTests/battery-status/api-defined-expected.txt b/LayoutTests/battery-status/api-defined-expected.txt
index c04c412820de3b8a106e6d0d0c713a66957e2e74..f12b6b31e079bfad400e389ae0a14937cfbc98d6 100644
--- a/LayoutTests/battery-status/api-defined-expected.txt
+++ b/LayoutTests/battery-status/api-defined-expected.txt
@@ -20,10 +20,6 @@ PASS typeof battery.onchargingchange == 'object' is true
PASS typeof battery.onchargingtimechange == 'object' is true
PASS typeof battery.ondischargingtimechange == 'object' is true
PASS typeof battery.onlevelchange == 'object' is true
-PASS battery.hasOwnProperty('onchargingchange') is true
-PASS battery.hasOwnProperty('onchargingtimechange') is true
-PASS battery.hasOwnProperty('ondischargingtimechange') is true
-PASS battery.hasOwnProperty('onlevelchange') is true
PASS 'onchargingchange' in battery is true
PASS 'onchargingtimechange' in battery is true
PASS 'ondischargingtimechange' in battery is true
« no previous file with comments | « LayoutTests/battery-status/api-defined.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698