WebKit Bugzilla
Attachment 349499 Details for
Bug 189534
: the second part of an element with filter that is split by a column-span disappears
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
testcase
tc.html (text/html), 334 bytes, created by
L. David Baron
on 2018-09-11 18:07:57 PDT
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
L. David Baron
Created:
2018-09-11 18:07:57 PDT
Size:
334 bytes
patch
obsolete
><!DOCTYPE html> ><style> > >.set { column-count: 2; height: 100px; width: 300px; background: yellow; column-fill: auto } >.filter { filter: blur(1px); background: aqua } >.span { column-span: all; background: fuchsia } > ></style> > ><div class="set"> > A > <div class="filter"> > B > <div class="span">C</div> > D > </div> > E ></div>
<!DOCTYPE html> <style> .set { column-count: 2; height: 100px; width: 300px; background: yellow; column-fill: auto } .filter { filter: blur(1px); background: aqua } .span { column-span: all; background: fuchsia } </style> <div class="set"> A <div class="filter"> B <div class="span">C</div> D </div> E </div>
View Attachment As Raw
Actions:
View
Attachments on
bug 189534
: 349499