[Webkit-unassigned] [Bug 33909] Intro text at Star Wars demo is clipped

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 10:08:42 PDT 2010


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





--- Comment #10 from Enrica Casucci <enrica at apple.com>  2010-03-18 10:08:42 PST ---
(In reply to comment #9)
> (From update of attachment 51039 [details])
> > Index: LayoutTests/compositing/repaint/layer-repaint.html
> > ===================================================================
> > --- LayoutTests/compositing/repaint/layer-repaint.html	(revision 0)
> > +++ LayoutTests/compositing/repaint/layer-repaint.html	(revision 0)
> > @@ -0,0 +1,40 @@
> > +<!DOCTYPE html>
> > +
> > +<html>
> > +<head>
> > +  <style type="text/css" media="screen">
> > +    .container {
> > +        border: 1px solid black;
> > +        height: 200px;
> > +        width: 200px;
> > +        -webkit-transform: translateZ(0);
> > +    }
> > +    
> > +    #tester {
> > +        margin: 50px;
> 
> I think this box needs to not be centered to show the bug, so something like
> margin: 10px 50px 90px 50px;
> 
> > +        height: 100px;
> > +        width: 100px;
> > +        background-color: red;
> > +    }
> > +  </style>
> > +  <script type="text/javascript" charset="utf-8">
> > +    function doTest() {
> > +        setTimeout("changeBackground();", 500);
> 
> We normally try to make tests run as fast as possible; an extra 0.5 secs is
> undesirable. It would be good to know if setTimeout( , 0) is enough here.
> 
> r=me with those changes to the test.

My bad, didn't copy the latest version over from Windows that had exactly what
you pointed out.

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