blob: d79d8d7b6ccaf2c75d2c698889685a39cdd16709 [file] [log] [blame]
<!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>
html, body {
overflow-x: scroll;
will-change: transform;
}
span {
mix-blend-mode: exclusion;
}
</style>
</head>
<body>
PASS if no assert in debug.
<span class="class_0"></span>
</body>
</html>