Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / resize-object-crash.html
blob7a6c94be20dd6ff2926a19e403cf7f08cd0e5665
1 <html>
2 <head>
3 <title></title>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
8 </script>
9 <style>
10 object {
11 resize: both !important;
13 </style>
14 </head>
15 <body>
16 <!--
17 Test for https://crbug.com/175535 - Crash with <object style="resize:both">
18 -->
19 <object></object><br>
20 PASS
21 </body>