[Webkit-unassigned] [Bug 55166] REGRESSION (r79574): fast/dom/global-constructors.html failing on Windows 7 Release (Tests) bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 13:38:01 PST 2011


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





--- Comment #14 from Emil A Eklund <eae at chromium.org>  2011-02-24 13:38:01 PST ---
and that seems to be caused by gc-9.html adding a custom property to the object:

document.body.style.getPropertyCSSValue('color').myCustomProperty = 1;

Commenting out the document.body.style.getPropertyCSSValue line from objectsToTest makes the subsequent test pass.

Trying to remove the extra property in gc-9 after it's been set has no effect and restoring it is not allowed.

-- 
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