WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 160303
161102
CSS.supports.length is 2 instead of 1
https://bugs.webkit.org/show_bug.cgi?id=161102
Summary
CSS.supports.length is 2 instead of 1
Joseph Pecoraro
Reported
2016-08-23 13:37:30 PDT
CSS.supports.length is 2 instead of 1. There are two methods in the IDL: Source/WebCore/css/DOMCSSNamespace.idl interface DOMCSSNamespace { static boolean supports(DOMString property, DOMString value); static boolean supports(DOMString conditionText); }; The final length should probably be the shortest length of all same-name functions.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2016-08-23 14:43:26 PDT
> The final length should probably be the shortest length of all same-name functions.
I already fixed that in
https://bugs.webkit.org/show_bug.cgi?id=160303
AFAIK?
Chris Dumez
Comment 2
2016-08-23 14:45:01 PDT
CSS.supports.length is 1 in WebKit ToT...
Chris Dumez
Comment 3
2016-08-23 14:45:10 PDT
*** This bug has been marked as a duplicate of
bug 160303
***
Joseph Pecoraro
Comment 4
2016-08-23 15:04:29 PDT
(In reply to
comment #2
)
> CSS.supports.length is 1 in WebKit ToT...
Yep. I was using an older build. Thanks!
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