зеркало из https://github.com/mozilla/pjs.git
Add reftest for bug 372553. a=bz
This commit is contained in:
Родитель
46ebfe5e83
Коммит
2444f84d7f
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<style>
|
||||
|
||||
body {
|
||||
width: 5em;
|
||||
font-family: monospace;
|
||||
border: 1px solid yellow;
|
||||
}
|
||||
|
||||
body:first-letter {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<span><span></span>Bbbbbbbbbbbbbb<span></span></span>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<style>
|
||||
|
||||
body {
|
||||
width: 5em;
|
||||
font-family: monospace;
|
||||
border: 1px solid yellow;
|
||||
}
|
||||
|
||||
body:first-letter {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<span><span><span id="sss">Aaa </span></span>Bbbbbbbbbbbbbb<span></span></span>
|
||||
|
||||
<script>
|
||||
document.body.offsetWidth;
|
||||
sss = document.getElementById("sss");
|
||||
sss.parentNode.removeChild(sss);
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -164,3 +164,4 @@ fails == 368020-4.html 368020-4-ref.html # bug 368085
|
|||
== 370692-1.xhtml 370692-1-ref.xhtml
|
||||
== 371925-1a.html 371925-1-ref.html
|
||||
== 371925-1b.html 371925-1-ref.html
|
||||
== 372553-1.html 372553-1-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче