Skip to content

Commit

Permalink
Update WPT tests for Managed Configuration API
Browse files Browse the repository at this point in the history
To ensure that tests pass on other platforms, we remove testharness.js and
testharnessreport.js .

Bug: 1141849
Change-Id: I5815821dc4bcc3fb353f9811842b8f875a336c62
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2815304
Reviewed-by: Reilly Grant <[email protected]>
Commit-Queue: Anatoliy Potapchuk <[email protected]>
Cr-Commit-Position: refs/heads/master@{#870706}
  • Loading branch information
Anatoliy Potapchuk authored and chromium-wpt-export-bot committed Apr 8, 2021
1 parent 54fd9b5 commit 04413e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions managed/managed-config-error.https.window.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// META: script=/resources/testharness.js
// META: script=/resources/testharnessreport.js

promise_test(t => {
return promise_rejects_js(
t, TypeError, navigator.managed.getManagedConfiguration(-1));
Expand Down
2 changes: 0 additions & 2 deletions managed/managed-config-success.https.window.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// META: script=/resources/testharness.js
// META: script=/resources/testharnessreport.js
// META: script=/resources/test-only-api.js
// META: script=resources/managed-configuration-helper.js

Expand Down

0 comments on commit 04413e5

Please sign in to comment.