1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/border-image/border-image-linear-gradient-repeat-repeat-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,116 @@ 1.4 +<!DOCTYPE html> 1.5 +<html lang="en-US"> 1.6 +<head> 1.7 +<title>test of border-image-source: linear-gradient with border-image-repeat</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: 30.0px;"> 1.16 +<col style="width: 60.0px;"> 1.17 +<col style="width: 60.0px;"> 1.18 +<col style="width: 60.0px;"> 1.19 +<col style="width: 30.0px;"> 1.20 +<tr style="height: 30.0px;"> 1.21 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: 0px 0px;"></td> 1.22 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -0.0px;"></td> 1.23 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -0.0px;"></td> 1.24 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -0.0px;"></td> 1.25 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -90.0px 0px;"></td> 1.26 +</tr> 1.27 +<tr style="height: 60.0px;"> 1.28 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -0.0px -30.0px;"></td> 1.29 + <td style="background-image: white;"></td> 1.30 + <td style="background-image: white;"></td> 1.31 + <td style="background-image: white;"></td> 1.32 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -90.0px -30.0px;"></td> 1.33 +</tr> 1.34 +<tr style="height: 60.0px;"> 1.35 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -0.0px -30.0px;"></td> 1.36 + <td style="background-image: white;"></td> 1.37 + <td style="background-image: white;"></td> 1.38 + <td style="background-image: white;"></td> 1.39 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -90.0px -30.0px;"></td> 1.40 +</tr> 1.41 +<tr style="height: 60.0px;"> 1.42 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -0.0px -30.0px;"></td> 1.43 + <td style="background-image: white;"></td> 1.44 + <td style="background-image: white;"></td> 1.45 + <td style="background-image: white;"></td> 1.46 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -90.0px -30.0px;"></td> 1.47 +</tr> 1.48 +<tr style="height: 30.0px;"> 1.49 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: 0px -90.0px;"></td> 1.50 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -90.0px;"></td> 1.51 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -90.0px;"></td> 1.52 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -90.0px;"></td> 1.53 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -90.0px -90.0px;"></td> 1.54 +</tr> 1.55 +</table> 1.56 +<table> 1.57 +<col style="width: 30.0px;"> 1.58 +<col style="width: 60.0px;"> 1.59 +<col style="width: 60.0px;"> 1.60 +<col style="width: 60.0px;"> 1.61 +<col style="width: 30.0px;"> 1.62 +<tr style="height: 30.0px;"> 1.63 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: 0px 0px;"></td> 1.64 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -0.0px;"></td> 1.65 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -0.0px;"></td> 1.66 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -0.0px;"></td> 1.67 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -90.0px 0px;"></td> 1.68 +</tr> 1.69 +<tr style="height: 60.0px;"> 1.70 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -0.0px -30.0px;"></td> 1.71 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -30.0px;"></td> 1.72 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -30.0px;"></td> 1.73 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -30.0px;"></td> 1.74 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -90.0px -30.0px;"></td> 1.75 +</tr> 1.76 +<tr style="height: 60.0px;"> 1.77 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -0.0px -30.0px;"></td> 1.78 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -30.0px;"></td> 1.79 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -30.0px;"></td> 1.80 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -30.0px;"></td> 1.81 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -90.0px -30.0px;"></td> 1.82 +</tr> 1.83 +<tr style="height: 60.0px;"> 1.84 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -0.0px -30.0px;"></td> 1.85 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -30.0px;"></td> 1.86 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -30.0px;"></td> 1.87 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -30.0px;"></td> 1.88 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -90.0px -30.0px;"></td> 1.89 +</tr> 1.90 +<tr style="height: 30.0px;"> 1.91 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: 0px -90.0px;"></td> 1.92 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -90.0px;"></td> 1.93 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -90.0px;"></td> 1.94 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -30.0px -90.0px;"></td> 1.95 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 120.0px 120.0px; background-position: -90.0px -90.0px;"></td> 1.96 +</tr> 1.97 +</table> 1.98 +<table> 1.99 +<col style="width: 60.0px;"> 1.100 +<col style="width: 120.0px;"> 1.101 +<col style="width: 60.0px;"> 1.102 +<tr style="height: 60.0px;"> 1.103 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 480.0px 480.0px; background-position: 0px 0px;"></td> 1.104 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 480.0px 480.0px; background-position: -180.0px -0.0px;"></td> 1.105 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 480.0px 480.0px; background-position: -420.0px 0px;"></td> 1.106 +</tr> 1.107 +<tr style="height: 120.0px;"> 1.108 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 480.0px 480.0px; background-position: -0.0px -180.0px;"></td> 1.109 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 480.0px 480.0px; background-position: -180.0px -180.0px;"></td> 1.110 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 480.0px 480.0px; background-position: -420.0px -180.0px;"></td> 1.111 +</tr> 1.112 +<tr style="height: 60.0px;"> 1.113 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 480.0px 480.0px; background-position: 0px -420.0px;"></td> 1.114 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 480.0px 480.0px; background-position: -180.0px -420.0px;"></td> 1.115 + <td style="background-image: linear-gradient(to bottom right, red, blue); background-size: 480.0px 480.0px; background-position: -420.0px -420.0px;"></td> 1.116 +</tr> 1.117 +</table> 1.118 +</body> 1.119 +</html>