Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)
at lambda-fork/main 27 lines 1.1 kB view raw
1<!DOCTYPE html> 2<html> 3<head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width,initial-scale=1"> 6 <title>Performance Tests</title> 7 <link rel="icon" type="image/gif" href="data:image/gif;base64,R0lGODdhAQABAIABAAAAAP///ywAAAAAAQABAAACAkQBADs="> 8 <link rel="stylesheet" href="test-stylesheet.css"> 9</head> 10<body> 11 12 <h1>Performance Tests</h1> 13 14 <test-description>Testing performance with artificially demanding cases in a real browser</test-description> 15 16 <test-case> 17 <test-description>&lt;iframe&gt; element.</test-description> 18 <iframe src="performance-frame1.html" allowfullscreen="true" style="width: 100%; height: 200px; border: 1px solid #d8d8d8;"></iframe> 19 </test-case> 20 21 <test-case> 22 <test-description>&lt;iframe&gt; element containing an &lt;iframe&gt; element inside of an open shadow DOM.</test-description> 23 <iframe src="performance-frame2.html" allowfullscreen="true" style="width: 100%; height: 200px; border: 1px solid #d8d8d8;"></iframe> 24 </test-case> 25 26</body> 27</html>