Bug 238072. Fix table-parts-01 test

This commit is contained in:
Robert O'Callahan 2008-08-07 16:17:43 +12:00
Родитель e2c78aee47
Коммит b7204e455d
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -5,4 +5,4 @@
== images-01.html images-01-ref.html
== positioned-01.html positioned-01-ref.html
== table-ignoring-whitespace-01.html table-ignoring-whitespace-01-ref.html
fails == table-parts-01.html table-parts-01-ref.html # commented out temporarily
== table-parts-01.html table-parts-01-ref.html

Просмотреть файл

@ -5,6 +5,7 @@
table { counter-reset:ctr; quotes:"\0022" "\0022" "\0022" "\0022"; }
table { border:1px solid blue; }
tbody { vertical-align:baseline; }
td.real { border:1px solid cyan; }
td { border-spacing:0; padding:0; }

Просмотреть файл

@ -14,6 +14,7 @@ table, div.gen { counter-reset:ctr; quotes:"\0022" "\0022" "\0022" "\0022"; }
}
table { border:1px solid blue; }
tbody { vertical-align:baseline; }
td { border:1px solid cyan; }
td { border-spacing:0; padding:0; }