Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / inspected-objects-not-overriden-expected.txt
blobcacedcc10029de316739bd5e589288163ba72af0
1 Tests that opening inspector front-end doesn't change methods defined by the inspected application.
3 myImpl() => my value
4 Object.type === myImpl => true
5 Object.hasProperties === myImpl => true
6 Object.describe === myImpl => true
7 Object.className === myImpl => true
8 String.prototype.escapeCharacters === myImpl => true
9 JSON.stringify === myImpl => true