New issue
Advanced search Search tips

Issue 884236 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug

Blocking:
issue 845769



Sign in to add a comment

Paint glitch with opacity on a block continuation.

Project Member Reported by kevers@chromium.org, Sep 14

Issue description

Chrome Version: 
  71.0.3549.0 (Developer Build) (64-bit)
  refs/heads/master@{#589915}

OS: Linux

Sample code:
<!DOCTYPE html>
<style>
#goodness {
  opacity: 0.5;
}
</style>
<span id="goodness">A<span style="display:block">B</span>C</span>

What steps will reproduce the problem?
(1) View the sample in Chrome and Firefox

What is the expected result?
Opacity applies to "B" in both cases.

What happens instead?
"B" is rendered correctly in Firefox, but opaque in Chrome.



 
Blocking: 845769
Components: -Blink>Paint Blink>CSS
Is the style inherited correctly?
Status: Available (was: Untriaged)
Opacity is a non-inherited property but should affect stacking context.

Sign in to add a comment