Skip to content

Commit 1fc6e53

Browse files
author
Jonathan Felchlin
committed
Reversing unintentional test changes
1 parent 9204a0f commit 1fc6e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h1>Form element test for diffDOM</h1>
171171
console.log(theDiff);
172172
}
173173

174-
second.innerHTML = 'Some text';
174+
second.value = 'Some text';
175175

176176
reportDiv();
177177

0 commit comments

Comments
 (0)