Bug 46031 - REGRESSION (r67762): Over 160 layout tests failing due to incorrect zoom factors in subframes
Summary: REGRESSION (r67762): Over 160 layout tests failing due to incorrect zoom fact...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P1 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2010-09-18 00:50 PDT by mitz
Modified: 2010-09-18 15:59 PDT (History)
2 users (show)

See Also:


Attachments
Make parent{Page,Text}ZoomFactor() return the parent frame’s zoom factor (1.47 KB, patch)
2010-09-18 00:52 PDT, mitz
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-09-18 00:50:15 PDT
Patch forthcoming.
Comment 1 mitz 2010-09-18 00:52:40 PDT
Created attachment 67999 [details]
Make parent{Page,Text}ZoomFactor() return the parent frame’s zoom factor
Comment 2 Eric Seidel (no email) 2010-09-18 03:00:00 PDT
Comment on attachment 67999 [details]
Make parent{Page,Text}ZoomFactor() return the parent frame’s zoom factor

LGTM.  You'll need to remove the OOPS about the no new tests of course.
Comment 3 mitz 2010-09-18 03:04:30 PDT
Fixed in <http://trac.webkit.org/changeset/67777>
Comment 4 Darin Adler 2010-09-18 15:59:32 PDT
Comment on attachment 67999 [details]
Make parent{Page,Text}ZoomFactor() return the parent frame’s zoom factor

Oops! Thanks for fixing this!