diff --git a/BackgroundSync/interfaces.https.any.js b/BackgroundSync/interfaces.https.any.js
index 325bef8edb..989139e990 100644
--- a/BackgroundSync/interfaces.https.any.js
+++ b/BackgroundSync/interfaces.https.any.js
@@ -10,6 +10,5 @@ idl_test(
['service-workers', 'html', 'dom'],
idlArray => {
// TODO: Objects
- },
- 'Background Sync interfaces.'
+ }
);
diff --git a/FileAPI/idlharness.html b/FileAPI/idlharness.html
index eb55b6550e..db6592e622 100644
--- a/FileAPI/idlharness.html
+++ b/FileAPI/idlharness.html
@@ -35,8 +35,7 @@
File API automated IDL tests
FileList: ['document.querySelector("#fileChooser").files'],
FileReader: ['new FileReader()']
});
- },
- 'Test FileAPI IDL implementation'
+ }
);
diff --git a/FileAPI/idlharness.worker.js b/FileAPI/idlharness.worker.js
index e65ee01ff5..5bf82e0b89 100644
--- a/FileAPI/idlharness.worker.js
+++ b/FileAPI/idlharness.worker.js
@@ -16,7 +16,6 @@ idl_test(
FileReader: ['new FileReader()'],
FileReaderSync: ['new FileReaderSync()']
});
- },
- 'Test FileAPI IDL implementation'
+ }
);
done();
diff --git a/IndexedDB/idlharness.any.js b/IndexedDB/idlharness.any.js
index bf83066ea8..efb84661e8 100644
--- a/IndexedDB/idlharness.any.js
+++ b/IndexedDB/idlharness.any.js
@@ -20,6 +20,5 @@ idl_test(
IDBVersionChangeEvent: ['new IDBVersionChangeEvent("type")'],
DOMStringList: [],
});
- },
- 'IndexedDB interfaces'
+ }
);
diff --git a/WebCryptoAPI/idlharness.https.any.js b/WebCryptoAPI/idlharness.https.any.js
index f5095cba4f..b0ccebd9f4 100644
--- a/WebCryptoAPI/idlharness.https.any.js
+++ b/WebCryptoAPI/idlharness.https.any.js
@@ -11,6 +11,5 @@ idl_test(
Crypto: ['crypto'],
SubtleCrypto: ['crypto.subtle']
});
- },
- 'WebCryptoAPI interfaces'
+ }
);
diff --git a/accelerometer/idlharness.https.window.js b/accelerometer/idlharness.https.window.js
index f6cbcd960c..1e041e9a23 100644
--- a/accelerometer/idlharness.https.window.js
+++ b/accelerometer/idlharness.https.window.js
@@ -14,6 +14,5 @@ idl_test(
LinearAccelerationSensor: ['new LinearAccelerationSensor();'],
GravitySensor: ['new GravitySensor();']
});
- },
- 'Test IDL implementation of Accelerometer Sensor'
+ }
);
diff --git a/ambient-light/idlharness.https.window.js b/ambient-light/idlharness.https.window.js
index ea99fc1fc8..211e6aa017 100644
--- a/ambient-light/idlharness.https.window.js
+++ b/ambient-light/idlharness.https.window.js
@@ -12,6 +12,5 @@ idl_test(
idl_array.add_objects({
AmbientLightSensor: ['new AmbientLightSensor()']
});
- },
- 'Test IDL implementation of Ambient Light Sensor'
+ }
);
diff --git a/appmanifest/idlharness.window.js b/appmanifest/idlharness.window.js
index a877c76fa3..55e8b9871e 100644
--- a/appmanifest/idlharness.window.js
+++ b/appmanifest/idlharness.window.js
@@ -13,6 +13,5 @@ idl_test(
Window: ['window'],
BeforeInstallPromptEvent: ['new BeforeInstallPromptEvent("type")'],
});
- },
- 'appmanifest interfaces'
+ }
);
diff --git a/background-fetch/idlharness.https.any.js b/background-fetch/idlharness.https.any.js
index ad204771c3..f2c8a56590 100644
--- a/background-fetch/idlharness.https.any.js
+++ b/background-fetch/idlharness.https.any.js
@@ -20,6 +20,5 @@ idl_test(
BackgroundFetchUpdateEvent: ['new BackgroundFetchUpdateEvent("type")'],
});
}
- },
- 'background-fetch interfaces'
+ }
);
diff --git a/battery-status/battery-interface-idlharness.https.window.js b/battery-status/battery-interface-idlharness.https.window.js
index 3db3e16e2e..24bae5d46c 100644
--- a/battery-status/battery-interface-idlharness.https.window.js
+++ b/battery-status/battery-interface-idlharness.https.window.js
@@ -15,6 +15,5 @@ idl_test(
})
self.manager = await navigator.getBattery();
- },
- 'Test IDL implementation of Battery Status API'
+ }
);
diff --git a/bluetooth/idl/idlharness.tentative.https.window.js b/bluetooth/idl/idlharness.tentative.https.window.js
index 4bacd5688f..f4e6d95869 100644
--- a/bluetooth/idl/idlharness.tentative.https.window.js
+++ b/bluetooth/idl/idlharness.tentative.https.window.js
@@ -20,6 +20,5 @@ idl_test(
Bluetooth: ['navigator.bluetooth'],
BluetoothAdvertisingEvent: ['event'],
});
- },
- 'web-bluetooth interfaces.'
+ }
);
diff --git a/content-security-policy/embedded-enforcement/idlharness.window.js b/content-security-policy/embedded-enforcement/idlharness.window.js
index 6ac306ca0a..2845f82c95 100644
--- a/content-security-policy/embedded-enforcement/idlharness.window.js
+++ b/content-security-policy/embedded-enforcement/idlharness.window.js
@@ -12,6 +12,5 @@ idl_test(
idl_array.add_objects({
HTMLIFrameElement: ['document.createElement("iframe")'],
});
- },
- 'csp-embedded-enforcement IDL'
+ }
);
diff --git a/content-security-policy/securitypolicyviolation/idlharness.window.js b/content-security-policy/securitypolicyviolation/idlharness.window.js
index 361282a327..fc5e65d6cf 100644
--- a/content-security-policy/securitypolicyviolation/idlharness.window.js
+++ b/content-security-policy/securitypolicyviolation/idlharness.window.js
@@ -14,6 +14,5 @@ idl_test(
'new SecurityPolicyViolationEvent("securitypolicyviolation")'
]
})
- },
- 'Test Content Security Policy IDL implementation'
+ }
);
diff --git a/cookie-store/idlharness.tentative.https.html b/cookie-store/idlharness.tentative.https.html
index 864b6994f0..fafe79ad57 100644
--- a/cookie-store/idlharness.tentative.https.html
+++ b/cookie-store/idlharness.tentative.https.html
@@ -17,7 +17,6 @@
CookieStore: ['cookieStore'],
CookieChangeEvent: ['new CookieChangeEvent("change")'],
});
- },
- 'Interface test'
+ }
);
diff --git a/css/css-animations/idlharness.html b/css/css-animations/idlharness.html
index b25b97048a..1d3ed2b9b8 100644
--- a/css/css-animations/idlharness.html
+++ b/css/css-animations/idlharness.html
@@ -39,8 +39,8 @@
CSSKeyframesRule: ['keyframes'],
CSSKeyframeRule: ['keyframes.cssRules[0]'],
});
- },
- 'Test css-animations IDL implementation');
+ }
+ );