You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is a request for the corresponding change to the dartium code to make CSSStyleDeclaration.getPropertyValue return empty string if the returned value is actually null. This bug was originally Issue #2154, but with CL: https://codereview.chromium.org/11047008 I've made the fix for the dart2js version to work (returning an empty string). When we make this change in Dartium, we can remove the line in the html.status file:
Check out blois's comment here: http://code.google.com/p/dart/issues/detail?id=2154#c20 -- I thought we'd decided to return empty strings for consistency? I and the other Seattleites are available to chat about this whenever.
This bug is a request for the corresponding change to the dartium code to make CSSStyleDeclaration.getPropertyValue return empty string if the returned value is actually null. This bug was originally Issue #2154, but with CL: https://codereview.chromium.org/11047008 I've made the fix for the dart2js version to work (returning an empty string). When we make this change in Dartium, we can remove the line in the html.status file:
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
cssstyledeclaration_test: Fail # INeed to make corresponding dartium change.
The text was updated successfully, but these errors were encountered: