blob: e259515c28261b7eb345f84b3517eb070556c688 [file] [log] [blame]
<html>
<style>
object {
border-top-left-radius: 0;
}
</style>
<script>
onload = () => {
if (window.testRunner)
testRunner.dumpAsText()
document.styleSheets[0].insertRule(`object { border-radius: inherit; }`);
document.execCommand('SelectAll');
document.execCommand('Copy');
};
</script>
<object></object>
<p>Test passes if it does not crash</p>
</html>