18 lines
411 B
HTML
18 lines
411 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script
|
|
src="../resources/sap/ui/test/starter/runTest.js"
|
|
data-sap-ui-resource-roots='{
|
|
"test-resources.ui5.walkthrough": "./"
|
|
}'
|
|
></script>
|
|
</head>
|
|
|
|
<body class="'sapUiBody">
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
</body>
|
|
|
|
</html> |