Sign in
webkit
/
WebKit
/
fdd9bf477a19ed08e2271568e4542da9562398f0
/
.
/
LayoutTests
/
fast
/
css
/
crash-on-gradient-with-derived-color.html
blob: cbb4a1ed5208195de2ad0611286c4fe7ff58cdc9 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<body
style
=
"
background-image
:
-webkit-linear-gradient
(
green
,
-webkit-activelink
)
"
>
This test passes if it does not CRASH.