[Webkit-unassigned] [Bug 69956] baseline images for fast/repaint/japanese-rl-selection-repaint-in-regions seem wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 11:15:58 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69956





--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org>  2011-10-13 11:15:57 PST ---
(In reply to comment #7)
> The three columns are these 3 pages, as rendered in each browser:
> http://trac.webkit.org/export/93144/trunk/LayoutTests/fast/repaint/japanese-rl-selection-clear.html
> http://trac.webkit.org/export/93144/trunk/LayoutTests/fast/repaint/japanese-rl-selection-repaint-in-regions.html
> http://trac.webkit.org/export/93144/trunk/LayoutTests/fast/repaint/japanese-rl-selection-repaint.html
> 
> Pages #1 and #3 render the same in both browsers.  Why does page #2 render so differently?

Because it pulls the content out of the original div and put in an absolutely positioned box:

<div style="-webkit-flow:'thread'">
せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますかならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問
</div>
<div style="content:-webkit-from-flow('thread'); position:absolute;right:100px; top:100px; border:2px solid black; width:400px; height:400px"></div>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list