mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add CSS 2.1 test suite metadata for bordercollapse reftests.
This commit is contained in:
parent
5eb79a4a84
commit
fa68279f52
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user