mirror of
https://github.com/servo/servo.git
synced 2025-08-27 08:08:19 +01:00
Update web-platform-tests to revision 9fc797e6e5fb7d244dfb5b5125886c01f8cedf2b
This commit is contained in:
parent
b7e9bab267
commit
6dda93c6e2
55 changed files with 646 additions and 128 deletions
|
@ -1,3 +1,4 @@
|
|||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import textwrap
|
||||
|
@ -474,13 +475,13 @@ def makeJavascriptData():
|
|||
|
||||
# build fonts
|
||||
|
||||
print "Making lookup type 1 font..."
|
||||
print("Making lookup type 1 font...")
|
||||
makeLookup1()
|
||||
|
||||
print "Making lookup type 3 font..."
|
||||
print("Making lookup type 3 font...")
|
||||
makeLookup3()
|
||||
|
||||
# output javascript data
|
||||
|
||||
print "Making javascript data file..."
|
||||
print("Making javascript data file...")
|
||||
makeJavascriptData()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue