arrow-down arrow at-sign bug check checkbox-checked checkbox-unchecked svg-checkmark chevron-right chevrons-right circle-down circle-left circle-right circle-up cloud2 svg-cross2 download download external-link filter github hash home leaf leaf left link-2 log-in log-out mail menu message-square minus plus radio-checked radio-checked2 radio-unchecked search settings spinner8 target twitter up upload-2 user users warning x zap
  • Home
  • Report a bug
  • Contribute
  • All issues
  • Login

URL: https://www.google.com/
Browser / Version: Firefox 50.0
Operating System: Android 4.4.4
Problem type: Something else - I'll add details below

Steps to Reproduce

  1. fake the user agent to be chrome
  2. switched off webkit css rewriting stuff.
    about:config?filter=layout.css.prefixes.webkit -> false
  3. switched off the unprefixing service
    about:config?filter=unprefixing-service.enabled -> false
  4. Navigate to: https://www.google.com/
  5. type "dog", switch to "images".

Expected Behavior:
Having the images search being displayed

Actual Behavior:
The images appeared quickly and disappears right away.

This is part of testing Google on Firefox Gecko when faking the UA.

Some issues for probably Edge and Firefox implementing WebKit stuff. Here and there the CSS contains things like:

    border-radius:0 0 3px 3px;
    -webkit-border-radius:0 0 3px 3px;
    box-shadow:0 2px 1px rgba(0,0,0,.1), 0 0 1px rgba(0,0,0,.1);
    -webkit-box-shadow:0 2px 1px rgba(0,0,0,.1), 0 0 1px rgba(0,0,0,.1);

where the -webkit- is defined after the standard property.

Screenshot Description

From webcompat.com with ❤️

Please login to edit issues.

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
Closed: Works For Me
#2824

www.google.com - see bug description

Opened: 2016-07-04
Reporter: karlcow
Comments: 8
  • Home
  • List of issues
  • About
  • Contribute
  • Contact
  • Privacy Policy
  • Terms of Service
  • Code of Conduct