mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision 66b4fab488695f98d15ad75b549e302a8d29f865
This commit is contained in:
parent
b6cdf93198
commit
b09e82fc9f
161 changed files with 3705 additions and 671 deletions
|
@ -35,8 +35,8 @@ mathfont.save(f)
|
|||
|
||||
v1 = 6 * mathfont.em
|
||||
v2 = 1 * mathfont.em
|
||||
f = mathfont.create("fraction-denominatordisplaystyleshiftdown%d-rulethickness%d" % (v1, v2))
|
||||
f.math.AxisHeight = 0
|
||||
f = mathfont.create("fraction-denominatordisplaystyleshiftdown%d-axisheight%d-rulethickness%d" % (v1, v2, v2))
|
||||
f.math.AxisHeight = v2
|
||||
f.math.FractionDenominatorDisplayStyleGapMin = 0
|
||||
f.math.FractionDenominatorDisplayStyleShiftDown = v1
|
||||
f.math.FractionDenominatorGapMin = 0
|
||||
|
@ -65,8 +65,8 @@ mathfont.save(f)
|
|||
|
||||
v1 = 3 * mathfont.em
|
||||
v2 = 1 * mathfont.em
|
||||
f = mathfont.create("fraction-denominatorshiftdown%d-rulethickness%d" % (v1, v2))
|
||||
f.math.AxisHeight = 0
|
||||
f = mathfont.create("fraction-denominatorshiftdown%d-axisheight%d-rulethickness%d" % (v1, v2, v2))
|
||||
f.math.AxisHeight = v2
|
||||
f.math.FractionDenominatorDisplayStyleGapMin = 0
|
||||
f.math.FractionDenominatorDisplayStyleShiftDown = 0
|
||||
f.math.FractionDenominatorGapMin = 0
|
||||
|
@ -95,8 +95,8 @@ mathfont.save(f)
|
|||
|
||||
v1 = 2 * mathfont.em
|
||||
v2 = 1 * mathfont.em
|
||||
f = mathfont.create("fraction-numeratordisplaystyleshiftup%d-rulethickness%d" % (v1, v2))
|
||||
f.math.AxisHeight = 0
|
||||
f = mathfont.create("fraction-numeratordisplaystyleshiftup%d-axisheight%d-rulethickness%d" % (v1, v2, v2))
|
||||
f.math.AxisHeight = v2
|
||||
f.math.FractionDenominatorDisplayStyleGapMin = 0
|
||||
f.math.FractionDenominatorDisplayStyleShiftDown = 0
|
||||
f.math.FractionDenominatorGapMin = 0
|
||||
|
@ -125,8 +125,8 @@ mathfont.save(f)
|
|||
|
||||
v1 = 11 * mathfont.em
|
||||
v2 = 1 * mathfont.em
|
||||
f = mathfont.create("fraction-numeratorshiftup%d-rulethickness%d" % (v1, v2))
|
||||
f.math.AxisHeight = 0
|
||||
f = mathfont.create("fraction-numeratorshiftup%d-axisheight%d-rulethickness%d" % (v1, v2, v2))
|
||||
f.math.AxisHeight = v2
|
||||
f.math.FractionDenominatorDisplayStyleGapMin = 0
|
||||
f.math.FractionDenominatorDisplayStyleShiftDown = 0
|
||||
f.math.FractionDenominatorGapMin = 0
|
||||
|
|
|
@ -14,10 +14,11 @@ f.math.StackTopDisplayStyleShiftUp = 0
|
|||
f.math.StackTopShiftUp = 0
|
||||
mathfont.save(f)
|
||||
|
||||
v = 5 * mathfont.em
|
||||
f = mathfont.create("stack-bottomdisplaystyleshiftdown%d" % v)
|
||||
f.math.AxisHeight = 0
|
||||
f.math.StackBottomDisplayStyleShiftDown = v
|
||||
v1 = 5 * mathfont.em
|
||||
v2 = 1 * mathfont.em
|
||||
f = mathfont.create("stack-bottomdisplaystyleshiftdown%d-axisheight%d" % (v1, v2))
|
||||
f.math.AxisHeight = v2
|
||||
f.math.StackBottomDisplayStyleShiftDown = v1
|
||||
f.math.StackBottomShiftDown = 0
|
||||
f.math.StackDisplayStyleGapMin = 0
|
||||
f.math.StackGapMin = 0
|
||||
|
@ -25,11 +26,12 @@ f.math.StackTopDisplayStyleShiftUp = 0
|
|||
f.math.StackTopShiftUp = 0
|
||||
mathfont.save(f)
|
||||
|
||||
v = 6 * mathfont.em
|
||||
f = mathfont.create("stack-bottomshiftdown%d" % v)
|
||||
f.math.AxisHeight = 0
|
||||
v1 = 6 * mathfont.em
|
||||
v2 = 1 * mathfont.em
|
||||
f = mathfont.create("stack-bottomshiftdown%d-axisheight%d" % (v1, v2))
|
||||
f.math.AxisHeight = v2
|
||||
f.math.StackBottomDisplayStyleShiftDown = 0
|
||||
f.math.StackBottomShiftDown = v
|
||||
f.math.StackBottomShiftDown = v1
|
||||
f.math.StackDisplayStyleGapMin = 0
|
||||
f.math.StackGapMin = 0
|
||||
f.math.StackTopDisplayStyleShiftUp = 0
|
||||
|
@ -58,24 +60,26 @@ f.math.StackTopDisplayStyleShiftUp = 0
|
|||
f.math.StackTopShiftUp = 0
|
||||
mathfont.save(f)
|
||||
|
||||
v = 3 * mathfont.em
|
||||
f = mathfont.create("stack-topdisplaystyleshiftup%d" % v)
|
||||
f.math.AxisHeight = 0
|
||||
v1 = 3 * mathfont.em
|
||||
v2 = 1 * mathfont.em
|
||||
f = mathfont.create("stack-topdisplaystyleshiftup%d-axisheight%d" % (v1, v2))
|
||||
f.math.AxisHeight = v2
|
||||
f.math.StackBottomDisplayStyleShiftDown = 0
|
||||
f.math.StackBottomShiftDown = 0
|
||||
f.math.StackDisplayStyleGapMin = 0
|
||||
f.math.StackGapMin = 0
|
||||
f.math.StackTopDisplayStyleShiftUp = v
|
||||
f.math.StackTopDisplayStyleShiftUp = v1
|
||||
f.math.StackTopShiftUp = 0
|
||||
mathfont.save(f)
|
||||
|
||||
v = 9 * mathfont.em
|
||||
f = mathfont.create("stack-topshiftup%d" % v)
|
||||
f.math.AxisHeight = 0
|
||||
v1 = 9 * mathfont.em
|
||||
v2 = 1 * mathfont.em
|
||||
f = mathfont.create("stack-topshiftup%d-axisheight%d" % (v1, v2))
|
||||
f.math.AxisHeight = v2
|
||||
f.math.StackBottomDisplayStyleShiftDown = 0
|
||||
f.math.StackBottomShiftDown = 0
|
||||
f.math.StackDisplayStyleGapMin = 0
|
||||
f.math.StackGapMin = 0
|
||||
f.math.StackTopDisplayStyleShiftUp = 0
|
||||
f.math.StackTopShiftUp = v
|
||||
f.math.StackTopShiftUp = v1
|
||||
mathfont.save(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue