Skip to content

Commit ee4439c

Browse files
committed
add additional test
1 parent e7845f6 commit ee4439c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
function foobar(el) {
2+
el.getAttribute('autoComplete')
3+
}
4+
5+
const title = document.createElement('h1')
6+
title.textContent = `${title}!`
7+
8+
foobar(title)
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
function foobar(el) {
2+
el.getAttribute('autoComplete')
3+
}
4+
5+
const title = document.createElement('h1')
6+
title.textContent = `${title}!`
7+
8+
foobar(title)

0 commit comments

Comments
 (0)