Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
font-face-attribute-remove.html
blob: 93b1acf714aadb7609b68be6d027f5620ad0cbf5 [
file
] [
log
] [
blame
] [
edit
]
<p>
PASS if it does not crash.
</p>
<font
id
=
"f"
face
=
"helvetica"
></font>
<script>
// attributes[1] is face
f
.
attributes
[
1
].
textContent
=
null
;
</script>