Skip to content

Commit b764ba2

Browse files
author
Jihye Hong
committed
Fix the file end line
1 parent 4b3f188 commit b764ba2

5 files changed

Lines changed: 5 additions & 5 deletions

tests/spatnav-distance-function-fragments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
assert_equals(document.activeElement.id, "spatial-navigation");
6969
}, "Move focus left from `several`")
7070
</script>
71-
</html>
71+
</html>

tests/spatnav-distance-function-grid-001.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@
6969
}, "Move focus down from the initially focused element")
7070

7171
</script>
72-
</html>
72+
</html>

tests/spatnav-distance-function-grid-002.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
assert_equals(document.activeElement.id, "right_focus");
5858
}, "Move focus right from the staring point")
5959
</script>
60-
</html>
60+
</html>

tests/spatnav-distance-function-grid-003.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
assert_equals(document.activeElement.id, "right_focus");
5858
}, "Move focus right from the staring point")
5959
</script>
60-
</html>
60+
</html>

tests/spatnav-distance-function-transformed-001.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
assert_equals(document.activeElement.id, "down_focus");
5555
}, "Move focus down from the staring point")
5656
</script>
57-
</html>
57+
</html>

0 commit comments

Comments
 (0)