[webkit-reviews] review granted: [Bug 172906] CSS.supports(one_string) should accept paren-less declaration : [Attachment 311973] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 4 18:25:45 PDT 2017


Darin Adler <darin at apple.com> has granted Emilio Cobos Álvarez
<ecobos at igalia.com>'s request for review:
Bug 172906: CSS.supports(one_string) should accept paren-less declaration
https://bugs.webkit.org/show_bug.cgi?id=172906

Attachment 311973: Patch

https://bugs.webkit.org/attachment.cgi?id=311973&action=review




--- Comment #11 from Darin Adler <darin at apple.com> ---
Comment on attachment 311973
  --> https://bugs.webkit.org/attachment.cgi?id=311973
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=311973&action=review

> LayoutTests/css3/supports-dom-api.html:47
>      shouldBeFalse('CSS.supports("(display: none) and (display: block) or
(display: inline)")');
>      shouldBeFalse('CSS.supports("not (display: deadbeef) and (display:
block)")');
> +    shouldBeFalse('CSS.supports("(display: none) and (display: block) or
(display: inline)")');
> +    shouldBeFalse('CSS.supports("not (display: deadbeef) and (display:
block)")');

Looks like these got doubled accidentally.


More information about the webkit-reviews mailing list