mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 18:37: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
19
layout/reftests/bugs/315920-29a.html
Normal file
19
layout/reftests/bugs/315920-29a.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
optgroup {color: red}
|
||||
optgroup[disabled]:disabled {color: red}
|
||||
optgroup:not([disabled]):not(:disabled) + optgroup {color: green}
|
||||
optgroup:not(:disabled) {color: green}
|
||||
</style>
|
||||
</head>
|
||||
<body onload='document.getElementById("ogone").removeAttribute("disabled");'>
|
||||
<select size="2">
|
||||
<optgroup id="ogone" label="There should be no red" disabled="disabled">
|
||||
</optgroup>
|
||||
<optgroup id="ogtwo" label="There should be no red">
|
||||
</optgroup>
|
||||
</select>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue