%PDF- %PDF-
Direktori : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/wpt/ |
Current File : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/test/wpt/test-url.js |
'use strict'; const { WPTRunner } = require('../common/wpt'); const runner = new WPTRunner('url'); runner.setScriptModifier((obj) => { if (obj.filename.includes('toascii.window.js')) { // `a` and `area` in `toascii.window.js` is for testing `Element` that // created via `document.createElement`. So we need to ignore them and just // test `URL`. obj.code = obj.code.replace(/\["url", "a", "area"\]/, '[ "url" ]'); } }); runner.pretendGlobalThisAs('Window'); runner.runJsTests();