Convert remaining StringToLowerASCII to ToLowerASCII.
[chromium-blink-merge.git] / content / test / data / set_cookie.html
blob87bc34d19ea8694bc4273ad0edb62d46a40e9842
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Loading...</title>
5 <script>
6 if (document.cookie == "A=B")
7 document.title = "cookie set";
8 else
9 document.title = "cookie not set";
10 </script>
11 </head>
12 </html>