Source code

Revision control

Copy as Markdown

Other Tools

// |reftest| slow skip-if(!xulRuntime.shell) -- uses shell load() function
var BUGNUMBER = 918987;
var summary = 'String.prototype.normalize - part1';
print(BUGNUMBER + ": " + summary);
function test() {
loadRelativeToScript('normalize-generateddata-input.js');
for (var test1 of tests_part1) {
runNormalizeTest(test1);
}
}
if ("normalize" in String.prototype) {
// String.prototype.normalize is not enabled in all builds.
test();
}
if (typeof reportCompare === "function")
reportCompare(true, true);