Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xmlhttprequest / xmlhttprequest-sync-disabled-expected.txt
blobfcc1ce0378f65e25d300a7bcfcdc86e7558ad8d4
1 This tests that synchronous XMLHttpRequests fail when they are disabled for documents.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS xhr.open("GET", "http://mydomain/", false) threw exception InvalidAccessError: Failed to execute 'open' on 'XMLHttpRequest': Synchronous requests are disabled for this page..
7 PASS successfullyParsed is true
9 TEST COMPLETE