Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
html
/
details-element-render-inline-crash.html
blob: 5d6e4dd68307307097b036f3ae9d4b160e090c2b [
file
]
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</head>
<body>
<style>
.
control
{
display
:
inline
;
}
</style>
PASS
<details
class
=
"control"
><p><a></p></details>
</body>
</html>