diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2016-09-28 18:42:30 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2016-09-28 18:42:30 +1000 |
commit | dd4827d85f3484d0d05b282ad30f3f56b1c1c633 (patch) | |
tree | a8fd845f0d676bf7945a160824880194c8354157 /python/servo/post_build_commands.py | |
parent | f562c426e345ed39eeb09c3ea618685252a7807a (diff) | |
download | servo-dd4827d85f3484d0d05b282ad30f3f56b1c1c633.tar.gz servo-dd4827d85f3484d0d05b282ad30f3f56b1c1c633.zip |
Update test expectations, remove webrender prefs/cmd line.
Diffstat (limited to 'python/servo/post_build_commands.py')
-rw-r--r-- | python/servo/post_build_commands.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index 5f40683e19c..0dc5bc498bd 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -98,8 +98,7 @@ class PostBuildCommands(CommandBase): # Convert to a relative path to avoid mingw -> Windows path conversions browserhtml_path = path.relpath(browserhtml_path, os.getcwd()) - args = args + ['-w', - '--pref', 'dom.mozbrowser.enabled', + args = args + ['--pref', 'dom.mozbrowser.enabled', '--pref', 'dom.forcetouch.enabled', '--pref', 'shell.builtin-key-shortcuts.enabled=false', path.join(browserhtml_path, 'out', 'index.html')] |