- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Sun, 20 Mar 2011 14:20:22 -0700
- To: "Arron Eicholz" <Arron.Eicholz@microsoft.com>
- Cc: "Public CSS test suite mailing list" <public-css-testsuite@w3.org>
Arron,
http://test.csswg.org/suites/css2.1/nightly-unstable/html4/separated-border-model-004.htm
http://test.csswg.org/suites/css2.1/nightly-unstable/html4/separated-border-model-004.htm
http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_17/separated-border-model-004.htm
http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_17/separated-border-model-004.xht
The testcase assumes that body {margin: 8px;} applies universally to all
browsers. Unfortunately, Konqueror 4.x uses body {margin: 10px;}
Actual code
-----------
line 9: <style type="text/css">
line 10: #table
Proposed addition
-----------------
line 9: <style type="text/css">
line 10: body {margin-left: 8px;}
line 11: #table
Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (RC5; January 11th 2011):
http://test.csswg.org/suites/css2.1/20110111/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Sunday, 20 March 2011 21:20:56 UTC