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
/
getComputedStyle
/
computed-style-non-element-parameter.html
blob
587df1a33f39a9a6d2b6dacfa865cb4526e0ec70
1
<script
src
=
"../../../resources/js-test.js"
></script>
2
<script>
3
shouldThrow
(
"getComputedStyle(null)"
);
4
shouldThrow
(
"getComputedStyle(undefined)"
);
5
shouldThrow
(
"getComputedStyle(document.createTextNode(
\"
foo
\"
))"
);
6
</script>