mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
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:
parent
ad9db94bfd
commit
b7270d91cb
@ -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.
|
||||
|
@ -13,7 +13,4 @@
|
||||
expected: FAIL
|
||||
|
||||
[WebVTT parser tests, arrows.vtt]
|
||||
expected: FAIL
|
||||
|
||||
[WebVTT parser tests, space-chars.vtt]
|
||||
expected: FAIL
|
Loading…
x
Reference in New Issue
Block a user