зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1346454 - Add a couple of crashtests. r=mats DONTBUILD
--HG-- extra : amend_source : a82dc4e2c7a6da22303e5e790d0bca1d540b3404
This commit is contained in:
Родитель
16e94ed95a
Коммит
4d2cb046da
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<style>
|
||||
ol {
|
||||
list-style-position: inside;
|
||||
column-width: calc(0px);
|
||||
}
|
||||
li {
|
||||
float: left;
|
||||
}
|
||||
li:last-child {
|
||||
padding-block-end: calc(50%);
|
||||
float: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
function boom(){
|
||||
document.getElementById("tgt").style.display = "block";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload=boom()>
|
||||
<ol>
|
||||
<li id=tgt></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,12 @@
|
|||
<style>
|
||||
#x { float: left; }
|
||||
dir {
|
||||
list-style-position: inside;
|
||||
column-width: 3px;
|
||||
}
|
||||
</style>
|
||||
<dir>
|
||||
<div>
|
||||
<li>
|
||||
<li id=x>
|
||||
<li>
|
|
@ -732,3 +732,5 @@ load 1544060-1.html
|
|||
load 1544060-2.html
|
||||
load 1542441.html
|
||||
pref(layout.css.grid-template-subgrid-value.enabled,true) load 1553824.html
|
||||
load 1346454-1.html
|
||||
load 1346454-2.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче