mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
17 lines
217 B
HTML
17 lines
217 B
HTML
<html class="reftest-print">
|
|
<head>
|
|
<style>
|
|
h2 { page-break-before: always; }
|
|
#reviewer { position: fixed;}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2>Crash Test Case</h2>
|
|
<div>
|
|
<input id='reviewer'>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|