mirror of
https://github.com/servo/servo.git
synced 2025-06-27 18:43:40 +01:00
8 lines
No EOL
290 B
JavaScript
8 lines
No EOL
290 B
JavaScript
/**
|
|
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
|
|
**/
|
|
|
|
export function testSpecEquals(x, y) {
|
|
return x.suite === y.suite && x.path === y.path;
|
|
} // Identifies a test case (a specific parameterization of a test), within its spec file.
|
|
//# sourceMappingURL=id.js.map
|