Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
border: 80px solid transparent;
width: 100px;
height: 100px;
background-image: linear-gradient(to bottom right, yellow, blue);
}
</style>
</head>
<body>
<div></div>
</body>
</html>