Skip to content

Commit

Permalink
Add spellcheck inheritance test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketj committed Oct 10, 2023
1 parent 7f1d931 commit 4731072
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spellcheck-inheritance.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html spellcheck="false">
<body>
<div contenteditable="true" style="border:2px black solid"></div>
<br/>
<div contenteditable="true" style="border:2px black solid" spellcheck="true"></div>
<script>
</script>
</body>
</html>

0 comments on commit 4731072

Please sign in to comment.