mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
17 lines
405 B
HTML
17 lines
405 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Clint Talbert" href="mailto:ctalbert@mozilla.com">
|
|
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
|
|
<style>
|
|
iframe {
|
|
overflow: hidden;
|
|
height: 200px;
|
|
width: 300px;
|
|
}
|
|
</style>
|
|
<iframe src="about:blank"></iframe>
|
|
</body>
|
|
</html>
|