RESOLVED LATER 131191
[CSS Shapes] shape-outside does not parse attr() values
https://bugs.webkit.org/show_bug.cgi?id=131191
Summary [CSS Shapes] shape-outside does not parse attr() values
Rebecca Hauck
Reported 2014-04-03 16:52:48 PDT
Two tests attached that exhibit this - one is the W3C reftest that uncovered it (and is derived from this explicit example in the spec), the other is a simplified javascript parsing test that passes when a url() value is given and fails on the att() case. The actual image is not needed for these cases, but attaching one just to make the test whole. Note: This uses testharness.js and the relative path in the test assumes the test is run from LayoutTests/fast/shapes/parsing
Attachments
Test case for bug (2.11 KB, text/html)
2014-04-03 16:54 PDT, Rebecca Hauck
no flags
ref file for test (1.24 KB, text/html)
2014-04-03 16:55 PDT, Rebecca Hauck
no flags
parsing test (807 bytes, text/html)
2014-04-03 16:57 PDT, Rebecca Hauck
no flags
image file for tests (6.15 KB, image/png)
2014-04-03 16:57 PDT, Rebecca Hauck
no flags
Rebecca Hauck
Comment 1 2014-04-03 16:54:45 PDT
Created attachment 228557 [details] Test case for bug
Rebecca Hauck
Comment 2 2014-04-03 16:55:39 PDT
Created attachment 228558 [details] ref file for test
Rebecca Hauck
Comment 3 2014-04-03 16:57:27 PDT
Created attachment 228559 [details] parsing test
Rebecca Hauck
Comment 4 2014-04-03 16:57:45 PDT
Created attachment 228560 [details] image file for tests
Bem Jones-Bey
Comment 5 2014-04-07 10:38:05 PDT
This use of attr() is not implemented in WebKit in general, so shape-outside will not be able to support it until attr() itself supports URLs.
Note You need to log in before you can comment on or make changes to this bug.