mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Bug 660682. Let anonymous blocks in IB splits inherit opacity from their first inline, so that 'opacity' applies to the contents of a split inline. r=bz
This commit is contained in:
parent
f3a01a3041
commit
1cf4650fb9
8
layout/reftests/bugs/660682-1-ref.html
Normal file
8
layout/reftests/bugs/660682-1-ref.html
Normal file
@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body style="opacity:0.4;">
|
||||
Alpha
|
||||
<div>Gamma</div>
|
||||
Delta
|
||||
</body>
|
||||
</html>
|
10
layout/reftests/bugs/660682-1.html
Normal file
10
layout/reftests/bugs/660682-1.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<span style="opacity:0.4;">
|
||||
Alpha
|
||||
<div>Gamma</div>
|
||||
Delta
|
||||
</span>
|
||||
</body>
|
||||
</html>
|
@ -1641,3 +1641,4 @@ fails-if(layersGPUAccelerated&&cocoaWidget) == 654950-1.html 654950-1-ref.html #
|
||||
== 655549-1.html 655549-1-ref.html
|
||||
!= 656875.html about:blank
|
||||
== 658952.html 658952-ref.html
|
||||
== 660682-1.html 660682-1-ref.html
|
||||
|
@ -131,6 +131,7 @@
|
||||
clip-path: inherit;
|
||||
filter: inherit;
|
||||
mask: inherit;
|
||||
opacity: inherit;
|
||||
-moz-box-ordinal-group: inherit !important;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user