Auto merge of #9213 - frewsxcv:broken-link, r=KiChjang

Fix broken spec link in HTMLScriptElement

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9213)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-09 14:17:20 +05:30
commit f00532bab0

View file

@ -99,7 +99,7 @@ impl HTMLScriptElement {
/// Supported script types as defined by
/// <https://html.spec.whatwg.org/multipage/#support-the-scripting-language>.
/// <https://html.spec.whatwg.org/multipage/#javascript-mime-type>.
static SCRIPT_JS_MIMES: StaticStringVec = &[
"application/ecmascript",
"application/javascript",