Sign in
chromium
/
external
/
WebKit_submodule
/
master
/
.
/
Source
/
WebKit2
/
UIProcess
/
API
/
efl
/
tests
/
resources
/
intent-service.html
blob: 1d9fa2a33d2627ba44f706a43fa984698103b099 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Web Intent service registration test
</title>
</head>
<body>
<intent
action
=
"action"
type
=
"type"
title
=
"Title"
href
=
"http://example.com/service"
disposition
=
"inline"
></intent>
Registered Intent Service.
</body>
</html>