Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
font-face-attribute-remove.html
blob: 93b1acf714aadb7609b68be6d027f5620ad0cbf5 [
file
] [
log
] [
blame
]
<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>