1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/border-image/multicolor-image-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,37 @@ 1.4 +<!DOCTYPE html> 1.5 +<html lang="en-US"> 1.6 +<head> 1.7 + <title>test of border-image</title> 1.8 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.9 + <meta http-equiv="Content-Style-Type" content="text/css"> 1.10 + <style type="text/css"> 1.11 + 1.12 + table { margin: 0; padding: 0; border-spacing: 0; empty-cells: show; } 1.13 + td { padding: 0; } 1.14 + 1.15 + </style> 1.16 +</head> 1.17 +<body> 1.18 +<table> 1.19 + <col style="width: 7px"> 1.20 + <col style="width: 100px"> 1.21 + <col style="width: 7px"> 1.22 + 1.23 + <tr style="height: 7px"> 1.24 + <td style="background: #87f0b4"></td> 1.25 + <td style="background: #4a298e"></td> 1.26 + <td style="background: #c98bb7"></td> 1.27 + </tr> 1.28 + <tr style="height: 5px"> 1.29 + <td style="background: #90a213"></td> 1.30 + <td style="background: #c9aa7d"></td> 1.31 + <td style="background: #90c157"></td> 1.32 + </tr> 1.33 + <tr style="height: 7px"> 1.34 + <td style="background: #9d57c1"></td> 1.35 + <td style="background: #3a8e20"></td> 1.36 + <td style="background: #0e6f6c"></td> 1.37 + </tr> 1.38 +</table> 1.39 +</body> 1.40 +</html>