Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xmlhttprequest / xmlhttprequest-recursive-sync-event-expected.txt
blob093460bfb56e41e1c47fcbabf7eb7dac79658f89
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
2 CONSOLE ERROR: line 20: Uncaught RangeError: Maximum call stack size exceeded.
3 CONSOLE ERROR: line 21: Uncaught RangeError: Maximum call stack size exceeded.
4 This tests that having infinite recursion in XMLHttpRequest event handler does not crash. 
5 PASS