[Webkit-unassigned] [Bug 110816] getPropertyValue for -webkit-marquee returns null, should compute the shorthand value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 21:59:31 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110816


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #190151|review?, commit-queue?      |
               Flag|                            |




--- Comment #2 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2013-02-25 22:01:55 PST ---
(From update of attachment 190151)
View in context: https://bugs.webkit.org/attachment.cgi?id=190151&action=review

> LayoutTests/fast/css/getPropertyValue-webkit-marquee.html:3
> +<head>

It is a good idea to use proper tag indentation inside the <html> to enhance readability. Even one space will work, like in getPropertyValue-border.html

> LayoutTests/fast/css/getPropertyValue-webkit-marquee.html:36
> +description("<a href=\"https://bugs.webkit.org/show_bug.cgi?id=110816\">Bug 110816: getPropertyValue for -webkit-marquee returns null, should compute the shorthand value</a>");

The code inside <script> should also be indented relative to the <script> tag.

> LayoutTests/fast/css/getPropertyValue-webkit-marquee.html:38
> +function testWebkitMarquee(id) {

This does not actually test the property but returns its value. I believe "webkitMarqueeValue" will work as a new name.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list