Add ewk_view_fullscreen_exit to exit fullscreen mode
[framework/web/webkit-efl.git] / LayoutTests / inspector / inspected-objects-not-overriden-expected.txt
1 Tests that opening inspector front-end doesn't change methods defined by the inspected application.
2
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
10