RESOLVED WONTFIX Bug 130309
[CSS Regions] Incorrect CSSOM View values for named flow with no region chain
https://bugs.webkit.org/show_bug.cgi?id=130309
Summary [CSS Regions] Incorrect CSSOM View values for named flow with no region chain
Alan Stearns
Reported 2014-03-16 12:59:05 PDT
Created attachment 226856 [details] test that uses testharness.js When a named flow has no region chain associated, its contents are not visually formatted. So various CSSOM-View attributes and methods should return zero or null for content in this state. This is not happening aside from the x and y image attributes, which are returning zero in all cases (bug https://bugs.webkit.org/show_bug.cgi?id=130308).
Attachments
test that uses testharness.js (3.85 KB, text/html)
2014-03-16 12:59 PDT, Alan Stearns
no flags
Alan Stearns
Comment 1 2014-03-16 13:07:02 PDT
The last test (for getBoundingClientRect) assumes that the object returned is a DOMRect with x and y attributes, which is a fairly new thing. The WebKit test might be better off checking left and top for now
Brent Fulgham
Comment 2 2022-07-12 17:21:23 PDT
CSS Regions were removed in Bug 174978.
Note You need to log in before you can comment on or make changes to this bug.