Update WebGL conformance suite 1.0.3 from upstream

This commit is contained in:
Imanol Fernandez 2017-10-30 19:07:01 +01:00
parent c4bb30413c
commit 4989f00916
1568 changed files with 27218 additions and 27288 deletions

View file

@ -53,7 +53,7 @@ FILE_PATTERNS_TO_CHECK = ["*.rs", "*.rc", "*.cpp", "*.c",
"*.yml"]
# File patterns that are ignored for all tidy and lint checks.
FILE_PATTERNS_TO_IGNORE = ["*.#*", "*.pyc", "fake-ld.sh"]
FILE_PATTERNS_TO_IGNORE = ["*.#*", "*.pyc", "fake-ld.sh", "*.ogv", "*.webm"]
SPEC_BASE_PATH = "components/script/dom/"