summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/616495-single-side-composite-color-border.html
blob: 13bcad030a4c14833cc73c4b45dc425f0af8c05c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
 <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>