[webkit-reviews] review denied: [Bug 51247] css attribute + child selector not updated properly when attribute change : [Attachment 82602] patch v1.4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 14:05:30 PDT 2011


Eric Seidel <eric at webkit.org> has denied arno. <arno at renevier.net>'s request
for review:
Bug 51247: css attribute + child selector not updated properly when attribute
change
https://bugs.webkit.org/show_bug.cgi?id=51247

Attachment 82602: patch v1.4
https://bugs.webkit.org/attachment.cgi?id=82602&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=82602&action=review

This seems like a pretty simple patch.	We should be able to get hyatt to
venture an opinion.  I think we should clean up the test a little and then we
can press hyatt for review.

> LayoutTests/fast/css/attribute-child-selector-expected.txt:5
> +The following line should say SUCCESS in green letters over a white
background.
> +
> +SUCCESS

Why do we need to display this in a dumpAsText test?

> LayoutTests/fast/css/attribute-child-selector-expected.txt:7
> + PASS
getComputedStyle(document.getElementById('bar')).getPropertyValue('color') is
'rgb(0, 128, 0)'

Why is there a leading space before the PASS?

> LayoutTests/fast/css/attribute-child-selector.html:2
> +<head id="head">

Why?

> LayoutTests/fast/css/attribute-child-selector.html:20
> +    <div id="console"> </div>

I suspect the space in this console is why there is a space before the PASS.

> LayoutTests/fast/css/attribute-child-selector.html:28
> +	   test();

No need to have a test function since you just call it directly.


More information about the webkit-reviews mailing list