Re: Browser non-interop on basic anonymous table boxes

Le Mer 7 août 2013 9:46, Boris Zbarsky a écrit :
> This testcase:
>
>    <div style="display:table">
>      <span>a</span> <span>b</span>
>    </div>
>
> is rendered as "ab" (without the space) by some browsers.  We should
> have a test for this....
>
> -Boris

Boris,

I have created

http://test.csswg.org/source/contributors/gtalbot/incoming/table-anonymous-objects-209.xht

I thought that inserting
<script type="text/javascript">document.body.offsetWidth;</script>
among the span was not needed for that test.

Let me know if anything is missing.

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, 7 August 2013 17:53:37 UTC