Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
r.style.borderRadius = "4px";
}
</script>
</head>
<body onload="boom();">
<div style="display: table;" id="r">
<div style="display: -moz-popup;"></div>
<div style="display: contents;"><div style="display: table-caption;"></div></div>
</div>
</body>
</html>