summaryrefslogtreecommitdiffstats
path: root/editor/reftests/spellcheck-contenteditable-attr-inherit.html
blob: 6cbfcb3da3b709b5297a02a5a232add7e74c9348 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<html>
<body>
    <span spellcheck="false"><div contenteditable>blahblahblah</div></span>
</body>
</html>