Bug 40014
Summary: | [Qt] Run the layout tests with QGraphicsWebView | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Gonzalez <diegohcg> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | benjamin, hausmann, kenneth, skyul, tonikitoo, yael |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 40016, 40017, 40324, 40577, 41172, 41173, 41174 | ||
Bug Blocks: |
Diego Gonzalez
Make possible to DRT use the QGraphicsWebView and all tests to pass.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Gonzalez
Tests resuls with r61123
QWebView:
13813 test cases (99%) succeeded
41 test cases (<1%) had incorrect layout
52 test cases (<1%) were new
6 test cases (<1%) had stderr output
QGraphicsWebView
13803 test cases (99%) succeeded
51 test cases (<1%) had incorrect layout
52 test cases (<1%) were new
6 test cases (<1%) had stderr output
Diego Gonzalez
Tests failing which are not reported in opened bugs:
LayoutTests/editing/selection/click-before-and-after-table.html
LayoutTests/editing/selection/doubleclick-whitespace.html
LayoutTests/fast/dom/Window/window-onFocus.html
LayoutTests/fast/events/blur-focus-window-should-blur-focus-element.html
LayoutTests/fast/events/bogus-dropEffect-effectAllowed.html
LayoutTests/fast/events/remove-child-onscroll.html
Diego Gonzalez
Tests results at r61338
QWebView
13830 test cases (99%) succeeded
42 test cases (<1%) had incorrect layout
53 test cases (<1%) were new
7 test cases (<1%) had stderr output
QGraphicsWebView
13824 test cases (99%) succeeded
48 test cases (<1%) had incorrect layout
53 test cases (<1%) were new
7 test cases (<1%) had stderr output
Diego Gonzalez
Missing tests to QGraphicsWebView reach QWebView coverage at r61338:
editing/selection/click-before-and-after-table.html
editing/selection/doubleclick-whitespace.html
fast/dom/Window/window-onFocus.html
fast/events/blur-focus-window-should-blur-focus-element.html
fast/events/bogus-dropEffect-effectAllowed.html
fast/events/frame-click-focus.html
Diego Gonzalez
Tests results at r62120:
QWebView:
13991 test cases (99%) succeeded
42 test cases (<1%) had incorrect layout
23 test cases (<1%) were new
6 test cases (<1%) had stderr output
QGraphicsWebView:
13991 test cases (99%) succeeded
42 test cases (<1%) had incorrect layout
23 test cases (<1%) were new
6 test cases (<1%) had stderr output
Antonio Gomes
(In reply to comment #5)
> Tests results at r62120:
>
> QWebView:
> 13991 test cases (99%) succeeded
> 42 test cases (<1%) had incorrect layout
> 23 test cases (<1%) were new
> 6 test cases (<1%) had stderr output
>
> QGraphicsWebView:
> 13991 test cases (99%) succeeded
> 42 test cases (<1%) had incorrect layout
> 23 test cases (<1%) were new
> 6 test cases (<1%) had stderr output
Amazing! Pls mark it as FIXED, then ;)
Benjamin Poulain
(In reply to comment #6)
> Amazing! Pls mark it as FIXED, then ;)
Done :)