[nightly-unstable] multicol-fill-000-ref.htm is incorrect

Hĺkon

http://test.csswg.org/suites/css3-multicol/nightly-unstable/html4/multicol-fill-000-ref.htm

The vertical margin of HTML table is redefined, reset to be 0 at line
23; so, there should be no vertical gap between table boxes. This
reftest is wrong, inaccurate.

Proposed modification:

line 6 <style type="text/css">
  table {
  background: yellow;
  border-spacing: 0px;
  color: lime;
  font: 10px/10px Ahem;
  margin: 1em 0;
  width: 400px;
}

 td {padding: 0;}
</style>


Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 Test suite RC6, March 23rd 2011:
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html

CSS 2.1 test suite harness:
http://test.csswg.org/harness/

Contributing to to CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html

Received on Wednesday, 16 May 2012 17:18:42 UTC