mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00:00
Add WebGL conformance 2.0.0 patches
This commit is contained in:
parent
edb2db55b7
commit
90f657757f
3 changed files with 94 additions and 3 deletions
|
@ -934,7 +934,7 @@ testing/web-platform/mozilla/tests for Servo-only tests""" % reference_path)
|
|||
@Command('update-webgl',
|
||||
description='Update the WebGL conformance suite tests from Khronos repo',
|
||||
category='testing')
|
||||
@CommandArgument('--version', action='store_true', default='1.0.3',
|
||||
@CommandArgument('--version', default='2.0.0',
|
||||
help='WebGL conformance suite version')
|
||||
def update_webgl(self, version=None):
|
||||
self.ensure_bootstrapped()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue