Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-display/display-contents-001-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
</head>
<body onload="c.style.display = 'inline-block';">
<div style="display: table-cell;"></div><div style="display: contents;"><div id="c"></div></div>
</body>
</html>