[Webkit-unassigned] [Bug 211672] CSS Variables: Color on specific `border` properties does not work.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 4 19:59:27 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=211672
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #401101|review? |review+, commit-queue-
Flags| |
--- Comment #10 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 401101
--> https://bugs.webkit.org/attachment.cgi?id=401101
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=401101&action=review
> LayoutTests/fast/borders/logical-border-props-with-variables-expected.html:2
> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
> +<html xmlns="http://www.w3.org/1999/xhtml">
Don't need XHTML here. This can just be <!DOCTYPE html><html>
> LayoutTests/fast/borders/logical-border-props-with-variables-expected.html:8
> + <title>
> + Test for https://bugs.webkit.org/show_bug.cgi?id=211672. The intention of this test is to ensure variables are
> + usable as values in the `border-block-start`, `border-block-end`, `border-inline-start`, and `border-inline-end`
> + properties.
> + </title>
I would not bother with this in the expected result.
> LayoutTests/fast/borders/logical-border-props-with-variables-expected.html:11
> + <style type="text/css">
Just <style>
> LayoutTests/fast/borders/logical-border-props-with-variables-expected.html:22
> + Test for https://bugs.webkit.org/show_bug.cgi?id=211672. Passes if there is a 3px solid green border around all four sides of this text.
I would remove this text. Having visible text in a test makes it more likely to fail in future because of small antialiasing differences.
> LayoutTests/fast/borders/logical-border-props-with-variables.html:25
> + Test for https://bugs.webkit.org/show_bug.cgi?id=211672. Passes if there is a 3px solid green border around all four sides of this text.
Same comments apply to this file.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200605/6daab822/attachment.htm>
More information about the webkit-unassigned
mailing list