| Index: LayoutTests/http/tests/misc/extract-http-content-language-against-equiv-expected.txt
|
| diff --git a/LayoutTests/http/tests/misc/extract-http-content-language-against-equiv-expected.txt b/LayoutTests/http/tests/misc/extract-http-content-language-against-equiv-expected.txt
|
| index 0a5915d26cfa813b6cd2a0d1c3a70d74fc5c212a..a4ec551583b3c57a9a921f4d639fc48a58490162 100644
|
| --- a/LayoutTests/http/tests/misc/extract-http-content-language-against-equiv-expected.txt
|
| +++ b/LayoutTests/http/tests/misc/extract-http-content-language-against-equiv-expected.txt
|
| @@ -1,9 +1,9 @@
|
| Test for bug 97929: Extract HTTP Content-Language header.
|
|
|
| ==> Value extracted from meta "http-equiv" and overriding HTTP "Content-Language"...
|
| -PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is "en-GB"
|
| +PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is "'en-GB'"
|
| ==> Value set by div "lang" tag...
|
| -PASS window.getComputedStyle(document.getElementById("y")).webkitLocale is "ar"
|
| +PASS window.getComputedStyle(document.getElementById("y")).webkitLocale is "'ar'"
|
| ==> All done...
|
| PASS successfullyParsed is true
|
|
|
|
|