repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
gradients
/
crash-on-degenerate-gradient.html
blob
a1ab462274b66f1e4ecb9b8d92bb16c34e5786f0
1
<head>
2
<script>
3
if
(
window
.
testRunner
)
4
window
.
testRunner
.
dumpAsText
();
5
</script>
6
</head>
7
<body>
8
<h1>
Degenerate Linear gradient. Should not crash
</h1>
9
<button
style
=
"background-image: -webkit-radial-gradient(1 1, Scrollbar -1, red -1)"
>
10
</body>
11