Sign in
webkit
/
WebKit
/
36b74c3900290f2598b1d40cf6065a7028fc4a34
/
.
/
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.