Add CSS 2.1 test suite metadata for bordercollapse reftests.

This commit is contained in:
L. David Baron 2010-01-27 15:46:49 -08:00
parent 5eb79a4a84
commit fa68279f52
22 changed files with 88 additions and 20 deletions

View File

@ -1,6 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: border collapse</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="" />
<style>
td {width: 100px; text-align:center}
div {position:absolute; border:green 4px solid}

View File

@ -1,6 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: border collapse</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="" />
<style>
td {width: 100px; text-align:center}
caption {border:solid 4px green}

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to cell style</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to cell style</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to cell color</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to cell color</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to cell border width</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to cell border width</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to colspan cell style</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to colspan cell style</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to rowspan cell style </title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to rowspan cell style </title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to colgroup border color</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to colgroup border color</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to colgroup border width</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to colgroup border width</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to colgroup border style</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to colgroup border style</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to col border color</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to col border color</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to col border width</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to col border width</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to col border style</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to col border style</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to rowgroup border color</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to rowgroup border color</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to rowgroup border width</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to rowgroup border width</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to rowgroup border style</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to rowgroup border style</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to row border color</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to row border color</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to row border width</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to row border width</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to row border style</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to row border style</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to table border color</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to table border color</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to table border width</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to table border width</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');

View File

@ -1,5 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head><title>border collapse dynamic change to table border style</title>
<head><title>CSS 2.1 Test Suite: border collapse dynamic change to table border style</title>
<link rel="author" title="Bernd Mielke" href="mailto:bmlk@gmx.de" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders" />
<meta name="flags" content="dom" />
<script>
function doTest(){
var t1 =document.getElementById('target');