Custom protocol handler test page added.
authorFilip Piechocki <f.piechocki@samsung.com>
Tue, 16 Dec 2014 10:01:23 +0000 (11:01 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit1cea78b4cd6f26316b1fcd9223177707d56bc7a9
tree286e08fbdd1b47710f2d745eb501e27dc6004181
parent8aca328849e1519cc663b24cacacfe7bcb9eda67
Custom protocol handler test page added.

Custom protocol handlers' origin must have 'http' or 'https'
protocol and the site registering the custom handler must be
of the same origin as this handler. This implies, that the
test page's origin must have 'http' or 'https' protocol, so
we hosted this test page on GitHub:
  http://jmajnert.github.io/tests/customProtocols/
and modified tests to use it.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=9522
Reviewed by: Antonio Gomes, Min-Soo Koo, Piotr Tworek, commitbot

Change-Id: I5bfc9ff681f1bdfde1131af6d25f88c42bc92235
Signed-off-by: Filip Piechocki <f.piechocki@samsung.com>
tizen_src/ewk/unittest/resources/protocol_handler/register_burger_handler.html [new file with mode: 0644]
tizen_src/ewk/unittest/utc_blink_ewk_custom_handlers_data_target_get_func.cpp
tizen_src/ewk/unittest/utc_blink_ewk_custom_handlers_data_title_get_func.cpp
tizen_src/ewk/unittest/utc_blink_ewk_custom_handlers_data_url_get_func.cpp