Re: [webkit-dev] Using inline-block divs for line breaking tests

2011-08-24 Thread Alan Stearns
On 8/24/11 1:52 PM, "Dan Bernstein" wrote: > > On Aug 24, 2011, at 1:08 PM, Alan Stearns wrote: > >> ... Idea for platform-proofing some DumpRenderTree results > > You can make a text-only test that uses Ahem (you can still rely on its > horizontal metrics, at least) and DOM API such as Range¹

Re: [webkit-dev] Using inline-block divs for line breaking tests

2011-08-24 Thread Dan Bernstein
On Aug 24, 2011, at 1:08 PM, Alan Stearns wrote: > I have an idea for writing LayoutTests where what's being tested are line > breaks. Take the case of this recent bug fix: > > https://bugs.webkit.org/show_bug.cgi?id=2 > > The problem here was that if you had a left float and text-indent co

[webkit-dev] Using inline-block divs for line breaking tests

2011-08-24 Thread Alan Stearns
I have an idea for writing LayoutTests where what's being tested are line breaks. Take the case of this recent bug fix: https://bugs.webkit.org/show_bug.cgi?id=2 The problem here was that if you had a left float and text-indent combined, the text-indent was not being considered in the line br