Update web-platform-tests to revision 1e42017386ce1eaeed4925fb8bc7f5417752019a

This commit is contained in:
Ms2ger
2016-07-05 17:05:14 +02:00
parent 5574a4e4c8
commit a972fdb353
2003 changed files with 16788 additions and 3140 deletions

View File

@@ -19,7 +19,7 @@ interface VTTCue : TextTrackCue {
attribute boolean snapToLines;
attribute (double or AutoKeyword) line;
attribute AlignSetting lineAlign;
attribute double position;
attribute (double or AutoKeyword) position;
attribute AlignSetting positionAlign;
attribute double size;
attribute AlignSetting align;