mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
Add reftest for bug 372553. a=bz
This commit is contained in:
parent
de73529eca
commit
9a29397ba7
25
layout/reftests/bugs/372553-1-ref.html
Normal file
25
layout/reftests/bugs/372553-1-ref.html
Normal file
@ -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>
|
31
layout/reftests/bugs/372553-1.html
Normal file
31
layout/reftests/bugs/372553-1.html
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user