blob: 6a942b3a1cbb77291ddfe826d99d3bc80b9909e1 [file] [log] [blame]
// |reftest| skip-if(!xulRuntime.shell) -- uses shell load() function
var BUGNUMBER = 918987;
var summary = 'String.prototype.normalize - part2';
print(BUGNUMBER + ": " + summary);
function test() {
load('ecma_6/String/normalize-generateddata-input.js');
for (var test2 of tests_part2) {
runNormalizeTest(test2);
}
}
if ("normalize" in String.prototype) {
// String.prototype.normalize is not enabled in all builds.
test();
}
if (typeof reportCompare === "function")
reportCompare(true, true);