Bug 376997 - Images should be rendered against a neutral background. r=bz ui-r=limi

This commit is contained in:
Carlo Alberto Ferraris 2011-12-14 23:20:47 -08:00
parent 1245e27482
commit fe9d938ce3
109 changed files with 379 additions and 106 deletions

View File

@ -32,8 +32,11 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=369370
is(elements.length, 1, "looking for imagedoc img");
var img = elements[0];
is(kidDoc.documentElement.clientWidth, 400, "Checking doc width");
is(kidDoc.documentElement.clientHeight, 300, "Checking doc height");
// Need to use innerWidth/innerHeight of the window
// since the containing image is absolutely positioned,
// causing clientHeight to be zero.
is(kidWin.innerWidth, 400, "Checking doc width");
is(kidWin.innerHeight, 300, "Checking doc height");
// Image just loaded and is scaled to window size.
is(img.width, 378, "image width");
@ -71,8 +74,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=369370
is(img.width, 800, "image width");
is(img.height, 600, "image height");
is(kidDoc.body.scrollLeft, 408, "Checking scrollLeft");
is(kidDoc.body.scrollTop, 316, "Checking scrollTop");
is(kidDoc.body.scrollLeft, 400, "Checking scrollLeft");
is(kidDoc.body.scrollTop, 300, "Checking scrollTop");
// ========== test 4 ==========
// Click there again to zoom out

View File

@ -0,0 +1,14 @@
body {
background-color: #222;
margin: 0;
}
body > :first-child {
display: block;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

View File

@ -0,0 +1,14 @@
body {
background-color: #222;
margin: 0;
}
img {
display: block;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

View File

@ -1,6 +1,7 @@
<html class="reftest-wait">
<head>
<title>Image reftest wrapper</title>
<title>Image reftest wrapper</title>
<link rel="stylesheet" href="ImageDocument.css">
<style type="text/css">
#image_from_encoder { background-color: rgb(10, 100, 250); }
</style>

View File

@ -0,0 +1,14 @@
body {
background-color: #222;
margin: 0;
}
body > :first-child {
display: block;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

View File

@ -2,11 +2,12 @@
<html class="reftest-wait">
<head>
<title>Test for bug 641198</title>
<link rel="stylesheet" href="ImageDocument.css">
<style type="text/css" media=screen>
a.animated1 {
display: block;
width: 212px;
height: 237px;
width: 40px;
height: 40px;
background: url("animation1a.gif") no-repeat 0 0;
}
@ -17,8 +18,8 @@
a.animated2 {
display: block;
width: 212px;
height: 237px;
width: 40px;
height: 40px;
background: url("animation2a.gif") no-repeat 0 0;
}

View File

@ -1 +1,5 @@
<html>
<head><link rel="stylesheet" href="ImageDocument.css"></head>
<body>
<img src="webcam-simulacrum.mgif">
</body></html>

View File

@ -0,0 +1,14 @@
body {
background-color: #222;
margin: 0;
}
body > :first-child {
display: block;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

View File

@ -16,5 +16,6 @@ function handleRequest(request, response)
response.setStatusLine(request.httpVersion, 200, "OK");
response.setHeader("Content-Type", "text/html");
response.setHeader("Cache-Control", "no-cache");
response.write("<link rel=\"stylesheet\" href=\"ImageDocument.css\">");
response.write("<img src=\"moz-icon:" + uri + "\">");
}

View File

@ -1,5 +1,6 @@
<html>
<head>
<link rel="stylesheet" href="../ImageDocument.css">
<script src="qcms-asm-check.js" type="application/ecmascript"></script>
<!-- generated with:
import png

View File

@ -1,5 +1,6 @@
<html>
<head>
<link rel="stylesheet" href="../ImageDocument.css">
<script src="qcms-asm-check.js" type="application/ecmascript"></script>
<!-- generated with:
import png

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='8' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='8'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='8' height='8'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(21,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(247,255,102,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(21,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(247,255,102,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(21,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(127,127,127,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,8,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(127,127,127,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,8,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(127,127,127,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,8,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(127,127,127,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,8,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(127,127,127,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,8,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='1' height='1'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='2' height='2'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='3' height='3'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='4' height='4'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='5' height='5'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='6' height='6'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='7' height='7'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='8' height='8'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,255,255,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='9' height='9'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,255,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='33' height='33'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='34' height='34'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='35' height='35'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='36' height='36'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='37' height='37'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='38' height='38'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='39' height='39'>
<tr height='1'>
<td width='1' style='background-color: rgba(0,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='40' height='40'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,0,0,1)'></td>

View File

@ -1,4 +1,6 @@
<html><body>
<html>
<head><link rel="stylesheet" href="../ImageDocument.css"></head>
<body>
<table cellpadding='0' cellspacing='0' width='32' height='32'>
<tr height='1'>
<td width='1' style='background-color: rgba(255,255,0,1)'></td>

Some files were not shown because too many files have changed in this diff Show More