<!DOCTYPE html> | |
<html> | |
<head> | |
<title>This tests that inline does not assert when its composite state changes.</title> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
<style> | |
div { | |
max-width: 1px; | |
} | |
.title { | |
margin-right: -60px; | |
} | |
</style> | |
</head> | |
<body> | |
PASS if no assert in debug. | |
<div><span><span class="title">foobar</span><span>fo b</span></span></div> | |
</body> | |
<html> |