Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / network / resources / script.js
blob1edd7bcfb4563357ceb8561460e24fd84b6d3ef5
1 (function () {
2 var xhr = new XMLHttpRequest();
3 xhr.responseType = "blob";
4 xhr.open("GET", "../../../media/content/greenbox.png", true);
5 xhr.send();
6 })();