mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +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
15
layout/reftests/css-import/436261-1.html
Normal file
15
layout/reftests/css-import/436261-1.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
var el = document.createElement("link");
|
||||
el.type = "text/css";
|
||||
el.rel = "stylesheet";
|
||||
el.href = "outer-sheet.css";
|
||||
var h = document.getElementsByTagName("HEAD")[0];
|
||||
h.appendChild(el);
|
||||
el.title = "theme"; // comment this line to make the test work!
|
||||
</script>
|
||||
<p>test</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue