blob: 8c1953d2f355dbcff4613e1fe07ff1830512e815 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
-webkit-transform: translateZ(0);
-webkit-background-clip: text;
}
</style>
This should not crash or assert in Debug.
<div></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>