[Webkit-unassigned] [Bug 133327] run web timing tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 27 16:33:40 PDT 2014


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


Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Alex Christensen <achristensen at apple.com>  2014-05-27 16:34:04 PST ---
(In reply to comment #2)
> (From update of attachment 232158 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=232158&action=review
> 
> > LayoutTests/fast/dom/script-tests/webtiming-document-open.js:34
> > +    for (var key in timing) {
> > +        keys.push(key);
> > +    }
> 
> No curly brackets for single line statements.
Done.
> 
> > LayoutTests/fast/dom/script-tests/webtiming-navigate-within-document.js:11
> > +    for (var property in timing) {
> > +        properties.push(property);
> > +    }
> 
> Ditto.
Done.
> 
> > LayoutTests/platform/mac/TestExpectations:193
> > +# Resource Timing is not enabled.
> > +# https://bugs.webkit.org/show_bug.cgi?id=133321
> >  http/tests/w3c/webperf
> 
> Shouldn't we also disable this on ML and Mavericks?
This needs to stay disabled until RESOURCE_TIMING is enabled and tested.

http://trac.webkit.org/changeset/169403

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