Details
Description
Related to QTBUG-67434
Using simplebrowser and adding setBackgroundColor(Qt::red); in the constructor of WebPage.
Pages without a background do show a red background if and only if they are the first URL loaded in a tab.
Examples:
- Create a new tab
- Load http://perdu.com/ => red background
- Load file:///dev/null => white background
- Load http://perdu.com => white background
- Create a new tab
- Load file:///dev/null => red background
- Load http://perdu.com => white background
- Load file:///dev/null => white background