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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
getComputedStyle
/
getComputedStyle-exceptions.html
blob
8cb5f24ee987982291bd00ed509426a8b27489a8
1
<!doctype
html
>
2
<html>
3
<head>
4
<script
src
=
"../../../resources/js-test.js"
></script>
5
</head>
6
<body>
7
<script>
8
shouldThrow
(
"getComputedStyle()"
);
9
shouldThrow
(
"getComputedStyle(document)"
);
10
shouldThrow
(
"getComputedStyle(null)"
);
11
shouldThrow
(
"getComputedStyle(undefined)"
);
12
</script>
13
</body>
14
</html>