Adjust tests for new QtWebKit-NG

This commit is contained in:
Florian Bruhin 2017-06-09 10:28:41 +02:00
parent d2c289b6a6
commit 250da212cd
3 changed files with 3 additions and 2 deletions

View File

@ -53,4 +53,5 @@ qt_log_ignore =
^QPainter::end: Painter ended with \d+ saved states ^QPainter::end: Painter ended with \d+ saved states
^QSslSocket: cannot resolve SSLv[23]_(client|server)_method ^QSslSocket: cannot resolve SSLv[23]_(client|server)_method
^QQuickWidget::invalidateRenderControl could not make context current ^QQuickWidget::invalidateRenderControl could not make context current
^libpng warning: iCCP: known incorrect sRGB profile
xfail_strict = true xfail_strict = true

View File

@ -605,7 +605,7 @@ Feature: Downloading things from a website.
And I run :download foo! And I run :download foo!
Then the error "Invalid URL" should be shown Then the error "Invalid URL" should be shown
@qtwebengine_todo: pdfjs is not implemented yet @qtwebkit_ng_xfail: https://github.com/annulen/webkit/issues/428 @qtwebengine_todo: pdfjs is not implemented yet
Scenario: Downloading via pdfjs Scenario: Downloading via pdfjs
Given pdfjs is available Given pdfjs is available
When I set storage -> prompt-download-directory to false When I set storage -> prompt-download-directory to false

View File

@ -363,7 +363,7 @@ Feature: Various utility commands.
And I open data/misc/test.pdf And I open data/misc/test.pdf
Then "Download test.pdf finished" should be logged Then "Download test.pdf finished" should be logged
@qtwebengine_skip: pdfjs is not implemented yet @qtwebkit_ng_xfail: https://github.com/annulen/webkit/issues/428 @qtwebengine_skip: pdfjs is not implemented yet
Scenario: Downloading a pdf via pdf.js button (issue 1214) Scenario: Downloading a pdf via pdf.js button (issue 1214)
Given pdfjs is available Given pdfjs is available
# WORKAROUND to prevent the "Painter ended with 2 saved states" warning # WORKAROUND to prevent the "Painter ended with 2 saved states" warning