aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/post_build_commands.py
diff options
context:
space:
mode:
authorGlenn Watson <github@intuitionlibrary.com>2016-09-28 18:42:30 +1000
committerGlenn Watson <github@intuitionlibrary.com>2016-09-28 18:42:30 +1000
commitdd4827d85f3484d0d05b282ad30f3f56b1c1c633 (patch)
treea8fd845f0d676bf7945a160824880194c8354157 /python/servo/post_build_commands.py
parentf562c426e345ed39eeb09c3ea618685252a7807a (diff)
downloadservo-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.py3
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')]