<!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> |