[webkit-reviews] review granted: [Bug 68087] [chromium] CSS 3D drawing artifacts : [Attachment 107723] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 10:19:31 PDT 2011


James Robinson <jamesr at chromium.org> has granted David Reveman
<reveman at chromium.org>'s request for review:
Bug 68087: [chromium] CSS 3D drawing artifacts
https://bugs.webkit.org/show_bug.cgi?id=68087

Attachment 107723: Patch
https://bugs.webkit.org/attachment.cgi?id=107723&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=107723&action=review


Then official R=me.  Fix the test and this is ready to land.

> LayoutTests/platform/chromium/compositing/3d-corners-expected.txt:3
> +layer at (0,0) size 800x856
> +  RenderView at (0,0) size 800x600
> +layer at (0,0) size 800x600

you shouldn't have a render tree dump since it doesn't reveal anything
interesting about this test. instead add this to the <script> of your test:

if (window.layoutTestController)
  layoutTestController.dumpAsText(true);


More information about the webkit-reviews mailing list