Revert 249336 "[Android WebView] Stabilize AwZoomTest.testMagnif..."
commitc3bbe1a10ab29ae8a5c727685a21610c35897147
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 6 Feb 2014 20:47:54 +0000 (6 20:47 +0000)
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 6 Feb 2014 20:47:54 +0000 (6 20:47 +0000)
tree0fcf6a9153986bbff8b02bc29b15931dc3769fd0
parent121885f8656df1c881e6bd59534eb74d65ca0888
Revert 249336 "[Android WebView] Stabilize AwZoomTest.testMagnif..."

> [Android WebView] Stabilize AwZoomTest.testMagnification...
>
> The page that is used for testing is updated to have wide content, so
> Blink actually sets up the page scale to the specified 'initial-scale'.
>
> After loading the page, the test now waits until the page scale becomes
> equal to the one specified in 'initial-scale' / 'minimum-scale', which ensures
> that the viewport meta tag has been fully processed. This should prevent
> the situation when the test discovers that the page can still be zoomed out.
>
> I have encountered an issue with DCHECKs in
> InProcessViewRenderer::SetTotalRootLayerScrollOffset, and had to disable
> them.
>
> BUG=340327,340648
> R=mkosiba@chromium.org
>
> Review URL: https://codereview.chromium.org/143683005

TBR=mnaganov@chromium.org

Review URL: https://codereview.chromium.org/137383014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249491 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/browser/in_process_view_renderer.cc
android_webview/javatests/src/org/chromium/android_webview/test/AwZoomTest.java