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

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html

Issue 2616443002: bluetooth: web: IDL fixes: Inherit EventTarget, SameObject navigator.bluetooth (Closed)
Patch Set: fixeup merge TOT Created 3 years, 11 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 | « no previous file | third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html b/third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html
index 620571efb0cdd5357323bc6115d393185c1e739f..40bf9ea52e28b5ee5a8aa7e23605266a53e71245 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html
@@ -8,4 +8,8 @@ test(() => {
assert_true('bluetooth' in navigator,
'navigator.bluetooth exists.');
}, 'navigator.bluetooth IDL test');
+
+test(() => {
+ assert_equals(navigator.bluetooth, navigator.bluetooth);
+}, '[SameObject] test for navigator.bluetooth');
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698