[Webkit-unassigned] [Bug 131704] Simple ES6 feature:String prototype additions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 11 20:09:00 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=131704
--- Comment #36 from Darin Adler <darin at apple.com> 2014-09-11 20:09:01 PST ---
(From update of attachment 237954)
View in context: https://bugs.webkit.org/attachment.cgi?id=237954&action=review
> LayoutTests/js/string-contains.html:1
> +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
This is the wrong doctype to use. The right one is:
<!DOCTYPE html>
Or no DOCTYPE at all would be OK.
> LayoutTests/js/string-contains.html:4
> +<script src="../resources/js-test-pre.js"></script>
We also need this:
<meta charset="UTF-8">
That’s what will make non-ASCII tests work properly.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list