Add CSS 2.1 test suite metadata for table-anonymous-boxes reftests.

This commit is contained in:
L. David Baron 2010-01-27 15:46:48 -08:00
parent fa197d66a2
commit 3302e18438
75 changed files with 375 additions and 1 deletions

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: block">
<span style="display: table-cell">Row 1, Col 1</span>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-row">
<span style="display: table-cell">Row 1, Col 1</span>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display:table">
<span style="display: table-column; background: yellow"></span>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display:table">
<span style="display: table-column; background: yellow"></span>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display:table">
<span style="display: table-cell">Row 1, Col 1</span>

View File

@ -1,7 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Reftest for bug 398681</title>
<title>CSS 2.1 Test Suite: anonymous table boxes (Mozilla bug 398681)</title>
<link rel="author" title="Jesse Ruderman" href="mailto:jruderman@gmail.com" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
</head>
<body onload="document.getElementById('n').style.position = 'absolute';">
<table border=1>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var c = document.createElement("span");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
try {

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var n = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var n = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
document.getElementById("t").style.display = "table-cell";

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
document.getElementById("t").style.display = "table-cell";

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
document.getElementById("t").style.display = "table-cell";

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
document.getElementById("t").style.display = "table-cell";

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
document.getElementById("t").style.display = "table-cell";

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
document.getElementById("t").style.display = "table-cell";

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
document.getElementById("t").style.display = "table-cell";

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
document.getElementById("t").style.display = "table-cell";

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
document.getElementById("t").style.display = "table-cell";

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
document.getElementById("t").style.display = "table-cell";

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<!-- The test in the first row might not be correct, depending on spec
clarifications -->

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-row">
<!-- Trailing spaces in the spans needed only if the first test in

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-row">
<!-- Trailing spaces in the spans needed only if the first test in

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-row">
<!-- Trailing spaces in the spans needed only if the first test in

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-cell">Row 1, Col 1</span>
<span style="display: table-cell">Row 1, Col 2</span>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display:table">
<span style="display: table-cell">Row 1, Col 1</span>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-footer-group">
<span style="display: table-cell">Row 333, Col 1</span>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-row-group">
<span style="display: table-row">

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display:table">
<span style="display: table-row-group">

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-header-group">
<span style="display: table-row">

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-row-group">
<span style="display: table-row">

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-footer-group">
<span style="display: table-row">

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-row-group">
<span style="display: table-cell">Row 1, Col 1</span>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body style="font-family: monospace">
<span style="display: table-row">
<span style="display: table-cell">Row 1, Col 1</span>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var n = document.getElementById("t").nextSibling;

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t1");

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t1");

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body>
<span>
a

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body>
<span>
a

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<style>
#t:after { content: "d" }
</style>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<style>
#t:after { content: "d" }
</style>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<style>
#t:after { content: "d" }
</style>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<style>
#t:after { content: "d" }
</style>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<style>
#t:before { content: "a" }
</style>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<style>
#t:before { content: "a" }
</style>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
try {

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<style>
#t:before { content: "a" }
</style>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<style>
#t:before { content: "a" }
</style>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body>
<span style="display:table-row; white-space: pre"><span style="display: table-cell">a</span> bc <span style="display: table-cell">d</span></span>
</body>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body>
<span style="display:table-row; white-space: pre"><span style="display: table-cell">a</span> <span>bc</span> <span style="display: table-cell">d</span></span>
</body>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body>
<span style="display:table-row; white-space: pre"><span style="display: table-cell">a</span> <script>document.body.offsetWidth</script>bc<script>document.body.offsetWidth</script> <span style="display: table-cell">d</span></span>
</body>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<style>
#t:after { display: table-cell; content: "d"; }
</style>

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
try {

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var n = document.getElementById("t").nextSibling;

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var n = document.getElementById("t").nextSibling;

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var n = document.getElementById("t").nextSibling;

View File

@ -1,5 +1,10 @@
<!DOCTYPE HTML>
<html>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="" />
<body>
<span>
<span>a</span>

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<script>
function doTest() {
var t = document.getElementById("t");

View File

@ -1,6 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS 2.1 Test Suite: anonymous table boxes</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
<meta name="flags" content="dom" />
<style>
#x:after { content: " cd"; display: table-cell; }
</style>