Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-exceptions.html
blob8cb5f24ee987982291bd00ed509426a8b27489a8
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>