Bug 1278748 - part7 : vertical tab isn't a space characters. r=rillian

Definition of the space character : https://html.spec.whatwg.org/multipage/infrastructure.html#space-character
MozReview-Commit-ID: FEbIhWsGjPi

--HG--
extra : rebase_source : 759ddd031e694e06ad5a19ea6a3f053cf2e7b2f0
This commit is contained in:
Alastor Wu 2016-07-12 11:02:29 +08:00
parent ad9db94bfd
commit b7270d91cb
2 changed files with 1 additions and 4 deletions

View File

@ -238,7 +238,7 @@ this.EXPORTED_SYMBOLS = ["WebVTT"];
}
function skipWhitespace() {
input = input.replace(/^\s+/, "");
input = input.replace(/^[ \f\n\r\t]+/, "");
}
// 4.1 WebVTT cue timings.

View File

@ -13,7 +13,4 @@
expected: FAIL
[WebVTT parser tests, arrows.vtt]
expected: FAIL
[WebVTT parser tests, space-chars.vtt]
expected: FAIL