Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/base/crashtests/crashtests.list
<!DOCTYPE html>↩
<head>↩
<title> Composite Color Crash Test </title>↩
↩
<style>↩
.kaboom {↩
margin: 100px;↩
border-width: 20px 20px 20px 20px;↩
-moz-border-top-colors: green red green;↩
border-style: solid;↩
width: 70px;↩
height: 70px;↩
}↩
</style>↩
</head>↩
↩
<body>↩
<div id="box" class="kaboom"></div>↩
</body>↩
</html>↩