Skip to content

Commit

Permalink
Remove spec exception for XSLT
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jun 3, 2021
1 parent 1a2492d commit d88c330
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/spec-urls.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ describe('spec_url data', () => {
'https://webassembly.github.io/threads/js-api/',
'https://tc39.es/proposal-hashbang/out.html',
'https://mathml-refresh.github.io/mathml/',
'https://www.w3.org/TR/xpath-31/',
'https://www.w3.org/TR/xslt-30/',
];

const allowList = new Set([...specsFromBrowserSpecs, ...specsExceptions]);
Expand Down

0 comments on commit d88c330

Please sign in to comment.