[Webkit-unassigned] [Bug 37900] cloneNode() does not preserve z-index with more than six digits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 21 13:05:57 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53977|review?                     |review+
               Flag|                            |




--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2010-04-21 13:05:58 PST ---
(From update of attachment 53977)
This test needn't use waitUntilDone/notifyDone.

+LOG(newEl.style.zIndex + " " + (newEl.style.zIndex == 20002000 ? "PASS" :
"FAIL"));

It's often helpful to dump the failing value (e.g. "FAIL: 2.0002e+7") - that
way, if the test starts failing on some buildbots, there will be more data for
investigation. Not too important - I don't think platform specific failures are
likely on this test.

r=me

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