Index: LayoutTests/http/tests/misc/extract-http-content-language-against-equiv.php |
diff --git a/LayoutTests/http/tests/misc/extract-http-content-language-against-equiv.php b/LayoutTests/http/tests/misc/extract-http-content-language-against-equiv.php |
index 1375928fa03303259ab6084c8e2f36e432db2990..458fcc249c3a548a9d4f1393195d3179021001d7 100644 |
--- a/LayoutTests/http/tests/misc/extract-http-content-language-against-equiv.php |
+++ b/LayoutTests/http/tests/misc/extract-http-content-language-against-equiv.php |
@@ -15,9 +15,9 @@ Extract HTTP Content-Language header.</p> |
<div id="y" lang="ar"></div> |
<script> |
debug('==> Value extracted from meta "http-equiv" and overriding HTTP "Content-Language"...'); |
- shouldBe('window.getComputedStyle(document.getElementById("x")).webkitLocale', '"\'en-GB\'"') |
+ shouldBe('window.getComputedStyle(document.getElementById("x")).webkitLocale', "'\"en-GB\"'") |
debug('==> Value set by div "lang" tag...'); |
- shouldBe('window.getComputedStyle(document.getElementById("y")).webkitLocale', '"\'ar\'"') |
+ shouldBe('window.getComputedStyle(document.getElementById("y")).webkitLocale', "'\"ar\"'") |
debug('==> All done...'); |
</script> |
</body> |