projects
/
framework
/
web
/
webkit-efl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[WK2] Fix freezing issue on MediaCapture when app_svc error occurs
[framework/web/webkit-efl.git]
/
LayoutTests
/
webarchive
/
test-frameset.html
1
<html>
2
<head>
3
<script>
4
if (window.testRunner)
5
testRunner.dumpDOMAsWebArchive();
6
</script>
7
</head>
8
<frameset rows="*">
9
<frame src="resources/test-frame.html" name="myframe">
10
</frameset>
11
</html>