1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/616495-single-side-composite-color-border.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!DOCTYPE html> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <head> 1.7 + <title> Composite Color Crash Test </title> 1.8 + 1.9 + <style> 1.10 + .kaboom { 1.11 + margin: 100px; 1.12 + border-width: 20px 20px 20px 20px; 1.13 + -moz-border-top-colors: green red green; 1.14 + border-style: solid; 1.15 + width: 70px; 1.16 + height: 70px; 1.17 + } 1.18 + </style> 1.19 + </head> 1.20 + 1.21 + <body> 1.22 + <div id="box" class="kaboom"></div> 1.23 + </body> 1.24 +</html>