Sign in
webkit
/
WebKit
/
bb82c41e75cb9e7c2150a21c6764e324ecdb43e7
/
.
/
LayoutTests
/
fast
/
backgrounds
/
background-clip-text-with-simple-container.html
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>