Skip to content

Commit

Permalink
Add web_tests for H5vccSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Liang committed Jan 28, 2025
1 parent 548a549 commit 09c7b14
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Test H5vccSystem web API.</title>
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
</head>
<body>
<script>
test(() => {
assert_equals(window.h5vcc.system.advertisingId, "fake advertisingId");
}, "H5vccSystem has the right property value");
</script>
</body>
</html>

0 comments on commit 09c7b14

Please sign in to comment.