repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
font-face-attribute-remove.html
blob
912398d1be379e79aedf3afb7151845bf3f0ecb1
1
<font
id
=
"f"
face
=
"helvetica"
></font>
2
<script>
3
// attributes[1] is face
4
f
.
attributes
[
1
].
textContent
=
null
;
5
</script>