blob: 8d47d57f2b1c06f11d6661fb044548e7e06b6960 [file] [log] [blame]
<style>
#description:first-letter {
-webkit-appearance: push-button;
}
#bug:first-line {
-webkit-appearance: menulist-button; /* In the older implementation, it incurs crash. */
}
#center:before {
content: "cocoa";
-webkit-appearance: button;
}
#center:after {
content: "cappuccino";
}
</style>
<body>
<p id="description">This document in quirks mode should not incur crashes.</p>
<p id="bug"><a href="https://bugs.webkit.org/show_bug.cgi?id=136366">https://bugs.webkit.org/show_bug.cgi?id=136366</a></p>
<p id="center"> and </p>
</body>