Bug 146090 - REGRESSION(r184681): Viewport sizes are incorrect on iOS
Summary: REGRESSION(r184681): Viewport sizes are incorrect on iOS
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 145225
Blocks:
  Show dependency treegraph
 
Reported: 2015-06-17 17:35 PDT by Brent Fulgham
Modified: 2015-07-07 11:07 PDT (History)
6 users (show)

See Also:


Attachments
Test Case showing problem. (1.02 KB, text/html)
2015-06-17 17:36 PDT, Brent Fulgham
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-06-17 17:35:55 PDT
The attached test case shows the issue. After r184681, the color boxes that should be sized to match the viewport width (100vw) are now getting sized to something slightly smaller.
Comment 1 Brent Fulgham 2015-06-17 17:36:42 PDT
Created attachment 255053 [details]
Test Case showing problem.
Comment 2 Brent Fulgham 2015-06-17 17:45:32 PDT
<rdar://problem/21433243>
Comment 3 Brent Fulgham 2015-07-07 11:07:25 PDT
This isn't a bug. We need "shrink-to-fit=no" in the viewport tag for this test case.