[Webkit-unassigned] [Bug 121130] New: Unexpected word wrapping for wrapped content then raw content
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 10 15:55:23 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121130
Summary: Unexpected word wrapping for wrapped content then raw
content
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joepeck at webkit.org
CC: webkit-bug-importer at group.apple.com
Created an attachment (id=211259)
--> (https://bugs.webkit.org/attachment.cgi?id=211259&action=review)
[TEST] Reduction
See attached test case. Wrapping in WebKit trunk differs from Safari 6.0.4 as well as Firefox and Chrome dev builds.
TEST:
> <div style="width: 3em; word-wrap: break-word;">
> 12345678
> <span>1</span><span>2</span><span>3</span><span>4</span><span>5</span><span>6</span><span>7</span><span>8</span>
> </div>
EXPECTED:
> 123456
> 78
> 123456
> 78
ACTUAL:
> 123456
> 78
> 1234567
> 8
--
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