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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 20:05:12 PST 2011


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115928|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




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

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

I would have updated the left side of these log functions too.

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