gecko-dev/layout/base/crashtests/403569-2.xhtml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 строки
419 B
HTML
Исходник Обычный вид История

2007-12-16 07:01:48 +03:00
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
body {
column-count: 2;
column-width: 100px;
2007-12-16 07:01:48 +03:00
height: 200px;
}
#b {
float: left;
height: 300px;
}
</style>
</head>
<body onclick="document.getElementById('span').style.display = 'block';">
<img src="../../../testing/crashtest/images/tree.gif" width="1070" height="335" id="b"/>
<optgroup label="foo"><span id="span"></span></optgroup>
</body>
</html>