Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / computed-style-non-element-parameter.html
blob587df1a33f39a9a6d2b6dacfa865cb4526e0ec70
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>