Skip to content

Commit

Permalink
Merge pull request #39 from servo/add-features
Browse files Browse the repository at this point in the history
Add Shadow DOM and WebCryptoAPI to the list of features
  • Loading branch information
mrego authored Nov 22, 2024
2 parents b36308f + f3b4e9a commit 9469683
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion process-wpt-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,20 @@ const FOCUS_AREAS = {
predicate: prefix_predicate('/gamepad/'),
order: 97
},
shadow-dom: {
name: '/shadow-dom',
predicate: prefix_predicate('/shadow-dom/'),
order: 98
},
WebCryptoAPI: {
name: '/WebCryptoAPI',
predicate: prefix_predicate('/WebCryptoAPI/'),
order: 99
},
webxr: {
name: '/webxr',
predicate: prefix_predicate('/webxr/'),
order: 98
order: 100
}
}

Expand Down

0 comments on commit 9469683

Please sign in to comment.