mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +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
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='stylesheet' type='text/css' href='style.css'>
|
||||
<body>
|
||||
<fieldset disabled class="disabled">
|
||||
<optgroup class="enabled">foo</optgroup>
|
||||
</fieldset>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='stylesheet' type='text/css' href='style.css'>
|
||||
<body>
|
||||
<fieldset class="ref">
|
||||
<optgroup class="ref">foo</optgroup>
|
||||
</fieldset>
|
||||
</body>
|
||||
</html>
|
||||
2
layout/reftests/css-enabled/optgroup/reftest-stylo.list
Normal file
2
layout/reftests/css-enabled/optgroup/reftest-stylo.list
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
fuzzy-if(skiaContent,1,2) == optgroup-fieldset-1.html optgroup-fieldset-1.html
|
||||
1
layout/reftests/css-enabled/optgroup/reftest.list
Normal file
1
layout/reftests/css-enabled/optgroup/reftest.list
Normal file
|
|
@ -0,0 +1 @@
|
|||
fuzzy-if(skiaContent,1,2) == optgroup-fieldset-1.html optgroup-fieldset-ref.html
|
||||
19
layout/reftests/css-enabled/optgroup/style.css
Normal file
19
layout/reftests/css-enabled/optgroup/style.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.ref {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.enabled {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
:enabled.enabled {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
:enabled.disabled {
|
||||
background-color: red;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue