DescriptionRemove fundamentally-broken layouttest for zoom on reload
The test being preserved is attempting to test that zoom is preserved on
reload. However, the mechanism used to do the zoom is renderer-side
rather than browser-side. This mechanism (a) doesn't reflect reality and
(b) means that the browser is not informed of the initial zoom, making
the test fundamentally broken. It is passing on the tree due to a
combination of other bugs (see the discussion on crbug.com/673065 for
details).
This CL removes the test. It has been replaced by a browsertest that
exercises this functionality in a manner reflecting real-world usage.
BUG=673065
Committed: https://crrev.com/8872b06af376de3ebc7e96aec1fcbe68dae5d27a
Cr-Commit-Position: refs/heads/master@{#441617}
Patch Set 1 #Depends on Patchset: Dependent Patchsets: Messages
Total messages: 16 (11 generated)
|