зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1544242 - Give up on a test that's too fuzzy on win and OSX for now. CLOSED TREE
Will try to reland it fixed.
This commit is contained in:
Родитель
68d6458052
Коммит
43842d4d0a
|
@ -1,26 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<title>CSS Test Reference</title>
|
|
||||||
<link rel="help" href="https://drafts.csswg.org/css-lists/#list-item">
|
|
||||||
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
|
|
||||||
<link rel="author" href="https://mozilla.org" title="Mozilla">
|
|
||||||
<style>
|
|
||||||
ul {
|
|
||||||
font: 16px / 1 monospace;
|
|
||||||
}
|
|
||||||
div {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
div div {
|
|
||||||
list-style-type: initial;
|
|
||||||
display: list-item;
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<ul>
|
|
||||||
<li><div><div>Foo</div></div>Bar
|
|
||||||
<script>
|
|
||||||
// 100px from the ref.
|
|
||||||
document.querySelector("ul").style.marginLeft = 100 - document.querySelector("div div").offsetWidth + "px";
|
|
||||||
</script>
|
|
|
@ -1,17 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<title>CSS Test: Nested ::marker with `content` property generates another ::marker</title>
|
|
||||||
<link rel="help" href="https://drafts.csswg.org/css-lists/#list-item">
|
|
||||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1539171">
|
|
||||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1543758">
|
|
||||||
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
|
|
||||||
<link rel="author" href="https://mozilla.org" title="Mozilla">
|
|
||||||
<link rel="match" href="nested-marker-content-ref.html">
|
|
||||||
<style>
|
|
||||||
ul { margin-left: 100px; font: 16px / 1 monospace; }
|
|
||||||
::marker {
|
|
||||||
display: list-item;
|
|
||||||
content: "Foo";
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<ul>
|
|
||||||
<li>Bar
|
|
Загрузка…
Ссылка в новой задаче