WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 27193
run-ins that don't run in don't become blocks
https://bugs.webkit.org/show_bug.cgi?id=27193
Summary
run-ins that don't run in don't become blocks
Boris Zbarsky
Reported
2009-07-12 13:25:12 PDT
Created
attachment 32632
[details]
Testcase Spec link in the url field. BUILD: Safari 4 or the 2009-07-12 Webkit nightly, both on mac. STEPS TO REPRODUCE: Load attached testcase EXPECTED RESULTS: Six lines of text, with the numbers 1 through 6 on them, one per line ACTUAL RESULTS: Four lines of text; the first one has "1 2" on it, while the third has "45". It looks like rule 3 of section 9.2.3 is just not implemented.
Attachments
Testcase
(261 bytes, text/html)
2009-07-12 13:25 PDT
,
Boris Zbarsky
no flags
Details
Patch
(71.80 KB, patch)
2009-07-15 13:33 PDT
,
Dave Hyatt
aroben
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2009-07-12 15:18:26 PDT
<
rdar://problem/7052061
>
Dave Hyatt
Comment 2
2009-07-15 13:33:34 PDT
Created
attachment 32802
[details]
Patch
Adam Roben (:aroben)
Comment 3
2009-07-15 13:40:28 PDT
Comment on
attachment 32802
[details]
Patch
> - RenderBlock* blockRunIn = toRenderBlock(child); > // Get the next non-positioned/non-floating RenderBlock. > + RenderBlock* blockRunIn = toRenderBlock(child);
This change doesn't really seem necessary, but I also hardly care about it at all.
> +++ LayoutTests/fast/runin/generated.html (working copy) > @@ -9,5 +9,5 @@ > Generated content with display: run-in causes a crash</i>. > </p> > <div id="target"> > - < this should say “PASS” > + <div> < this should say “PASS”</div> > </div>
Is this still testing the thing that caused the crash before? r=me
Dave Hyatt
Comment 4
2009-07-15 13:44:06 PDT
Fixed in
r45941
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug