Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibWeb: Facebook cookie consent buttons have text outside the buttons #22829

Open
awesomekling opened this issue Jan 17, 2024 · 0 comments
Open
Labels
bug Something isn't working has-repro We have a way to reproduce this bug. reduction-of-web-content Issue has a simplified reduction based on real-world web content. web compatibility

Comments

@awesomekling
Copy link
Contributor

The buttons on the https://facebook.com/ cookie consent screen look a little wonky:
image

Simplified reduction:

<!doctype html><style>    
  *, ::before {            
    outline: 1px solid black;    
  }    
  button:before {        
    content: "";        
    display: inline-block;        
    height: 20px;        
    border: 1px solid red;        
  }                                                                            
</style><body><button>Allow all cookies</button>  
@awesomekling awesomekling added bug Something isn't working web compatibility has-repro We have a way to reproduce this bug. reduction-of-web-content Issue has a simplified reduction based on real-world web content. labels Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has-repro We have a way to reproduce this bug. reduction-of-web-content Issue has a simplified reduction based on real-world web content. web compatibility
Projects
None yet
Development

No branches or pull requests

1 participant