Bug 105131 - [WK2] TiledBackingStore: css3/device-adapt/viewport-width-not-affecting-next-page.html is flaky
Summary: [WK2] TiledBackingStore: css3/device-adapt/viewport-width-not-affecting-next-...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mikhail Pozdnyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-16 11:01 PST by Mikhail Pozdnyakov
Modified: 2012-12-17 07:05 PST (History)
2 users (show)

See Also:


Attachments
patch (3.91 KB, patch)
2012-12-16 11:22 PST, Mikhail Pozdnyakov
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Pozdnyakov 2012-12-16 11:01:11 PST
css3/device-adapt/viewport-width-not-affecting-next-page.html is flaky
Comment 1 Mikhail Pozdnyakov 2012-12-16 11:22:21 PST
Created attachment 179654 [details]
patch
Comment 2 Kenneth Rohde Christiansen 2012-12-17 01:47:04 PST
Comment on attachment 179654 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=179654&action=review

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1040
> +    // Have to use FloatSize as IntSize::scale() returns truncated value.

Use FloatSize to avoid truncated values during scale.
Comment 3 Mikhail Pozdnyakov 2012-12-17 07:04:45 PST
committed at r137906.