+2011-12-24 Jarred Nicholls <jarred@sencha.com>
+
+ Allow XMLHttpRequest withCredentials to be set prior to a call to open()
+ https://bugs.webkit.org/show_bug.cgi?id=75194
+
+ Reviewed by Alexey Proskuryakov.
+
+ * fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open-expected.txt: Added.
+ * fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open.html: Added.
+ Validate that XMLHttpRequest.withCredentials can be set prior to a call to open().
+
2011-12-24 Ryosuke Niwa <rniwa@webkit.org>
Chromium CG Mac rebaseline after r103651.