Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / scrollbars / scrollbar-content-crash.html
blob2c9749a230001e7dcf4ae96cf7f7273e73630e91
1 <!doctype html>
2 <html class="crash">
3 <style>
4 .crash {
5 overflow:scroll;
6 content: url(data:text/plain,aaa);
8 </style>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
13 function runTest() {
14 document.documentElement.classList.remove("crash");
16 window.addEventListener("load", runTest, false);
17 </script>
18 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=96863">96863</a>: REGRESSION(r124168): Null crash in Layer::createScrollbar</p>
19 <p>This test PASSED if it didn't CRASH or ASSERT.</p>