Skip to content

Commit ffd3bff

Browse files
author
Jihye Hong
committed
Fix the way to use the polyfill
Modify importing the polyfill for the test files
1 parent 6d33229 commit ffd3bff

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

tests/spatnav-focus-001.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
<!--load polyfill. To be removed before submitting to WPT-->
1212
<script src="../polyfill/spatnav-heuristic.js"></script>
13-
<script src="../polyfill/spatnav-api.js"></script>
14-
<script>focusNavigationHeuristics({"standardName": "true" });</script>
1513

1614
<body>
1715
<table>

tests/spatnav-scroll-001.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
<!--load polyfill. To be removed before submitting to WPT-->
1313
<script src="../polyfill/spatnav-heuristic.js"></script>
14-
<script src="../polyfill/spatnav-api.js"></script>
15-
<script>focusNavigationHeuristics({"standardName": "true" });</script>
1614

1715
<style>
1816
#d {

0 commit comments

Comments
 (0)