mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
15 lines
311 B
HTML
15 lines
311 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Unique Identifier (iframe reference)</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div style="width: 100px; height: 500px;">
|
|
<math><mtext style="background: green; color: white;"
|
|
id="PASS" class="pass">PASS</mtext></math>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|