Skip to content

Commit

Permalink
Update idlharness tests for web-platform-tests#31873. (web-platform-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger authored Jan 18, 2022
1 parent 65799d6 commit fde0cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/css-cascade/idlharness.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script>
'use strict';
idl_test(
['css-cascade-5'],
['css-cascade'],
['cssom'],
idl_array => {
try {
Expand Down
2 changes: 1 addition & 1 deletion geolocation-API/idlharness.https.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// https://www.w3.org/TR/geolocation-API/

idl_test(
['geolocation-API'],
['geolocation'],
['hr-time', 'html'],
idl_array => {
self.audio = document.createElement('audio');
Expand Down

0 comments on commit fde0cb7

Please sign in to comment.