blob: 218e211a0c82133fbffba63cf16178b71985c1c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomitan Manual Performance Tests</title>
<link rel="icon" type="image/gif" href="data:image/gif;base64,R0lGODlhEAAQAKEBAAAAAP///////////yH5BAEKAAIALAAAAAAQABAAAAImFI6Zpt0B4YkS0TCpq07xbmEgcGVRUpLaI46ZG7ppalY0jDCwUAAAOw==">
<link rel="stylesheet" href="test-stylesheet.css">
</head>
<body>
<h1>Yomitan Manual Performance Tests</h1>
<p class="description">Testing Yomitan performance with artificially demanding cases in a real browser</p>
<div class="test">
<div class="description"><iframe> element.</div>
<iframe src="test-document3-frame1.html" allowfullscreen="true" style="width: 100%; height: 200px; border: 1px solid #d8d8d8;"></iframe>
</div>
<div class="test">
<div class="description"><iframe> element containing an <iframe> element inside of an open shadow DOM.</div>
<iframe src="test-document3-frame2.html" allowfullscreen="true" style="width: 100%; height: 200px; border: 1px solid #d8d8d8;"></iframe>
</div>
</body>
</html>
|