[Webkit-unassigned] [Bug 72591] Remove document.width / document.height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 15:10:44 PST 2011


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115847|review?                     |review-
               Flag|                            |




--- Comment #9 from Adam Barth <abarth at webkit.org>  2011-11-18 15:10:44 PST ---
(From update of attachment 115847)
View in context: https://bugs.webkit.org/attachment.cgi?id=115847&action=review

> LayoutTests/fast/dom/document-width-height-force-layout.html:-15
> -            log("document.width = " + document.width);
> -            log("document.height = " + document.height);

Can you change this test to use document.body.clientWidth and document.body.clientHeight rather than remove it?

> LayoutTests/fullscreen/video-specified-size.html:-14
> -            waitForEventTestAndEnd(document, 'webkitfullscreenchange', "video.clientWidth==document.width");

Rather than removing this test, you can just change document.width on this line to document.body.clientWidth.

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