2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / Window / getMatchedCSSRules-null-crash.html
blob8fb3ecd6f4c2137c9585832fd7b3ec72fb55936b
1 <script>
2 if (window.layoutTestController)
3 layoutTestController.dumpAsText();
4 var rules = getMatchedCSSRules(null, "", false);
5 </script>
6 SUCCESS (<code>getMatchedCSSRule(null, ...)</code> did not crash).