1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/border-image/border-image-width-large.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<!DOCTYPE html> 1.5 +<html lang="en-US"> 1.6 +<head> 1.7 + <title>test of border-image with equally large left and right border image width.</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 + div { 1.12 + border-width: 7px; 1.13 + border-style: solid; 1.14 + border-image: url('3x3multicolor.png') 1 1 1 1 / 0 2000000000em 0 2000000000em; 1.15 + } 1.16 + </style> 1.17 +</head> 1.18 +<body> 1.19 +<div style="width: 100px; height: 10px;"></div> 1.20 +</body> 1.21 +</html>