diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-16 19:04:11 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-16 19:04:11 +0000 |
commit | e94f211c295157021945eb5ae1d61e10b6926fa3 (patch) | |
tree | 1ed34292632a0db24827dd2d13736c322fdf7b9a /content/shell/webkit_test_helpers.cc | |
parent | 2b1625115ca8ea2d9b198623c5579c30f37c5d71 (diff) | |
download | chromium_src-e94f211c295157021945eb5ae1d61e10b6926fa3.zip chromium_src-e94f211c295157021945eb5ae1d61e10b6926fa3.tar.gz chromium_src-e94f211c295157021945eb5ae1d61e10b6926fa3.tar.bz2 |
[content shell] disable "fixed position creates stacking context"
BUG=111316
R=kinuko@chromium.org
TEST=fast/block/positioning tests pass
Review URL: https://chromiumcodereview.appspot.com/12842014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/webkit_test_helpers.cc')
-rw-r--r-- | content/shell/webkit_test_helpers.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/webkit_test_helpers.cc b/content/shell/webkit_test_helpers.cc index a819d77..a9bb5d6 100644 --- a/content/shell/webkit_test_helpers.cc +++ b/content/shell/webkit_test_helpers.cc @@ -107,6 +107,7 @@ void ApplyLayoutTestDefaultPreferences(webkit_glue::WebPreferences* prefs) { prefs->accelerated_compositing_for_video_enabled = false; prefs->deferred_2d_canvas_enabled = false; prefs->mock_scrollbars_enabled = false; + prefs->fixed_position_creates_stacking_context = false; } } // namespace content |