mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
8 lines
290 B
JavaScript
8 lines
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
|