http://code.google.com/p/chromium/issues/detail?id=90726 Repro: <style> ::-webkit-scrollbar-corner { color: Red; } </style> <input placeholder="foo"> <p>Focus on the input and hit Escape</p> <script> document.querySelector("input").addEventListener("keydown", function() { this.style.display = "none"; }); </script>
Created attachment 104308 [details] Patch
(In reply to comment #1) > Created an attachment (id=104308) [details] > Patch I thought this bug can be reproducible without placeholder, but I couldn't make a repro. I don't know if a RenderBlock with position:relative and visibility:hidden without an enclosing layer is a correct status.
Looks reasonable to me. Dave, Simon?
Comment on attachment 104308 [details] Patch Clearing flags on attachment: 104308 Committed r93382: <http://trac.webkit.org/changeset/93382>
All reviewed patches have been landed. Closing bug.