1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/379328-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +<style> div { width: 10px; height: 10px; margin: 1em; } </style> 1.8 +</head> 1.9 +<body style="background: white; color: black;"> 1.10 +<div style="outline: 1px dotted black;"></div> 1.11 +<div style="color: blue; outline: 1px solid blue;"></div> 1.12 +<div style="color: rgba(0,255,0,0.5); outline: 1px dashed rgba(0,255,0,0.5);"></div> 1.13 +</body> 1.14 +</html>