mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +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
BIN
layout/reftests/image-region/image-region-ref.png
Normal file
BIN
layout/reftests/image-region/image-region-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 174 B |
14
layout/reftests/image-region/image-region-ref.xul
Normal file
14
layout/reftests/image-region/image-region-ref.xul
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<?xml-stylesheet href="image-region.css" type="text/css"?>
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
id="main"
|
||||
class="reftest-image-region">
|
||||
<hbox id="ref">
|
||||
<image id="image1" />
|
||||
<hbox flex="1000" />
|
||||
</hbox>
|
||||
</window>
|
||||
19
layout/reftests/image-region/image-region.css
Normal file
19
layout/reftests/image-region/image-region.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
*/
|
||||
hbox#test > image {
|
||||
list-style-image: url("image-region.png");
|
||||
}
|
||||
|
||||
hbox#test > #image1 {
|
||||
-moz-image-region: rect(1px, 19px, 9px, 1px);
|
||||
}
|
||||
|
||||
hbox#ref > image {
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
hbox#ref > #image1 {
|
||||
list-style-image: url("image-region-ref.png");
|
||||
}
|
||||
BIN
layout/reftests/image-region/image-region.png
Normal file
BIN
layout/reftests/image-region/image-region.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 189 B |
14
layout/reftests/image-region/image-region.xul
Normal file
14
layout/reftests/image-region/image-region.xul
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<?xml-stylesheet href="image-region.css" type="text/css"?>
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
id="main"
|
||||
class="reftest-image-region">
|
||||
<hbox id="test">
|
||||
<image id="image1" />
|
||||
<hbox flex="1000" />
|
||||
</hbox>
|
||||
</window>
|
||||
3
layout/reftests/image-region/reftest-stylo.list
Normal file
3
layout/reftests/image-region/reftest-stylo.list
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == image-region.xul image-region.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
1
layout/reftests/image-region/reftest.list
Normal file
1
layout/reftests/image-region/reftest.list
Normal file
|
|
@ -0,0 +1 @@
|
|||
== image-region.xul image-region-ref.xul
|
||||
Loading…
Add table
Add a link
Reference in a new issue