Sign in
webkit
/
WebKit
/
1ebf7e1e8f30e7430c10eeac68b89a569f4602b2
/
.
/
LayoutTests
/
fast
/
backgrounds
/
angled-background-repeating-gradient-rendering-vertical.html
blob: eea4d4c85a52fcad5fd007906ee17639ec4b13e3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
margin
:
0
;
background
:
repeating-linear-gradient
(
45deg
,
white
,
white
100px
,
black
100px
,
black
200px
);
}
</style>
</head>
<body></body>
</html>