Bug 72633 - [Qt][WK2] Fix zero sized views in all QML tests
Summary: [Qt][WK2] Fix zero sized views in all QML tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jesus Sanchez-Palencia
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 70236
  Show dependency treegraph
 
Reported: 2011-11-17 11:09 PST by Jesus Sanchez-Palencia
Modified: 2011-11-17 11:46 PST (History)
2 users (show)

See Also:


Attachments
Patch (5.60 KB, patch)
2011-11-17 11:21 PST, Jesus Sanchez-Palencia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesus Sanchez-Palencia 2011-11-17 11:09:43 PST
After http://trac.webkit.org/changeset/100590  if a WebView is zero sized (height and width are 0) then an assert is reached.

We need to update the qml tests to stay aligned with this new decision.
Comment 1 Jesus Sanchez-Palencia 2011-11-17 11:21:14 PST
Created attachment 115625 [details]
Patch
Comment 2 Jesus Sanchez-Palencia 2011-11-17 11:46:14 PST
Comment on attachment 115625 [details]
Patch

Clearing flags on attachment: 115625

Committed r100653: <http://trac.webkit.org/changeset/100653>
Comment 3 Jesus Sanchez-Palencia 2011-11-17 11:46:21 PST
All reviewed patches have been landed.  Closing bug.