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
/
gradient-on-pseudoelement-crash.html
blob
5bdd5af9cafa030a8f7576cca1034006e531e29c
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
body:first-line {
6
background-image: -webkit-gradient(linear,
0
%
0
%,
0
%
100
%, from(blue), to(green));
7
}
8
</style>
9
<script
type
=
"text/javascript"
charset
=
"utf-8"
>
10
if (window.testRunner)
11
testRunner.dumpAsText();
12
</script>
13
</head>
14
<body>
15
This test should not crash.
16
</body>
17
</html>