repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
css-import
/
1331291-1.html
blob
0f7b1844dbe454328ce5b7cbf2eb4e4a747efd1c
1
<!DOCTYPE
html
>
2
<html>
3
<style>
4
@import url(subdir/sheet.css);
5
</style>
6
<script>
7
document
.
styleSheets
[
0
].
cssRules
[
0
].
styleSheet
8
.
insertRule
(
"* { background: url(1x1-green-in-subdir.png) red; }"
,
0
);
9
</script>