74844c3dc8
Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: Ib6c86d74dd7f0414f3c63ed66e99504c870516a3
17 lines
745 B
HTML
17 lines
745 B
HTML
<!-- when cypress is enabled this html will be copied to dist folder to use it for multiuser tests -->
|
|
<html style="height:100%"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Multiuser tests</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<iframe id="iframe1" src="" frameborder="0" scrolling="yes" style="height: 100%;
|
|
width: 49%; float: left; " height="100%" width="49%" align="left">
|
|
</iframe>
|
|
|
|
<iframe id="iframe2" src="" frameborder="0" scrolling="yes" style="overflow: hidden; height: 100%;
|
|
width: 49%; " height="100%" width="49%" align="right">
|
|
</iframe>
|
|
</body>
|
|
</html>
|
|
|