зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
453 B
HTML
15 строки
453 B
HTML
<html class="reftest-paged"><head>
|
|
<title>Testcase bug 362275 - Hang with testcase on print preview, using column-count and table related stuff</title>
|
|
</head>
|
|
<body>
|
|
This page should not hang Mozilla on print preview
|
|
<div style="column-count: 2;">
|
|
<span style="display: table-cell;">
|
|
<span>
|
|
<textarea style="display: table-cell;"></textarea>
|
|
</span>
|
|
</span>
|
|
<span style="display: table-header-group;"></span>
|
|
</div>
|
|
</body></html>
|