mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
22
layout/reftests/bugs/488390-1.html
Normal file
22
layout/reftests/bugs/488390-1.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
function boom()
|
||||
{
|
||||
var s = document.getElementById("s");
|
||||
s.parentNode.removeChild(s);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();">
|
||||
<!-- Need the bidi control chars to trigger non-fluid continuations, and
|
||||
need the span right around the div so that the prevSibling of the node
|
||||
whose frame we try to get doesn't have a frame map entry (so that we
|
||||
don't have a useful hint). -->
|
||||
<span>‮a‬b
|
||||
<span><div></div></span>
|
||||
<span id="s">This text should be gone</span>
|
||||
</span>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue