mirror of
https://github.com/servo/servo.git
synced 2025-07-10 17:03:40 +01:00
12 lines
238 B
JavaScript
12 lines
238 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
// https://w3c.github.io/payment-method-basic-card/
|
|
|
|
idl_test(
|
|
['payment-method-basic-card'],
|
|
[], // No deps
|
|
null, // No objects
|
|
);
|