blob: 288955fc22d9e5feee9c3f69ad2b817dd789ef85 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function runTest() {
if (window.testRunner) {
testRunner.dumpAsText(true);
internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();
}
}
</script>
</head>
<body onload="runTest()">
<p>The test passes if it does not crash.</p>
<button style="transition: width">
<embed style="transition-delay: inherit" src="x"></embed>
</button>
</body>
</html>