1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/border-image/border-image-repeating-radial-gradient-slice-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,52 @@ 1.4 +<!DOCTYPE html> 1.5 +<html lang="en-US"> 1.6 +<head> 1.7 +<title>test of border-image-source: radial-gradient with border-image-slice</title> 1.8 +<style> 1.9 +table { margin: 0; padding: 0; border-spacing: 0; empty-cells: show; } 1.10 +td { padding: 0; } 1.11 +</style> 1.12 +</head> 1.13 +<body> 1.14 +<table> 1.15 + <col style="width: 30px"> 1.16 + <col style="width: 180px"> 1.17 + <col style="width: 30px"> 1.18 + <tr style="height: 30px"> 1.19 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 120px 600px; background-position: 0px 0px;"></td> 1.20 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 360px 600px; background-position: -90px 0px;"></td> 1.21 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 120px 600px; background-position: -90px 0px;"></td> 1.22 + </tr> 1.23 + <tr style="height: 180px"> 1.24 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 120px 200px; background-position: 0px -10px;"></td> 1.25 + <td style="background: white"></td> 1.26 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 120px 200px; background-position: -210px -10px;"></td> 1.27 + </tr> 1.28 + <tr style="height: 30px"> 1.29 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 120px 600px; background-position: 0px -570px;"></td> 1.30 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 360px 600px; background-position: -90px -570px;"></td> 1.31 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 120px 600px; background-position: -90px -570px;"></td> 1.32 + </tr> 1.33 +</table> 1.34 +<table> 1.35 + <col style="width: 30px"> 1.36 + <col style="width: 180px"> 1.37 + <col style="width: 30px"> 1.38 + <tr style="height: 30px"> 1.39 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 600px 120px; background-position: 0px 0px;"></td> 1.40 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 200px 120px; background-position: -10px 0px;"></td> 1.41 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 600px 120px; background-position: -570px 0px;"></td> 1.42 + </tr> 1.43 + <tr style="height: 180px"> 1.44 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 600px 360px; background-position: 0px -90px;"></td> 1.45 + <td style="background: white"></td> 1.46 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 600px 360px; background-position: -570px -90px;"></td> 1.47 + </tr> 1.48 + <tr style="height: 30px"> 1.49 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 600px 120px; background-position: 0px -90px;"></td> 1.50 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 200px 120px; background-position: -10px -210px;"></td> 1.51 + <td style="background-image: repeating-radial-gradient(ellipse farthest-corner, red, blue 20%, red 40%); background-size: 600px 120px; background-position: -570px -90px;"></td> 1.52 + </tr> 1.53 +</table> 1.54 +</body> 1.55 +</html>