Bug 100139 - [Chromium] Align layout runner flags Android uses with the product that's being shipped
Summary: [Chromium] Align layout runner flags Android uses with the product that's bei...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 100263
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-23 09:54 PDT by Peter Beverloo
Modified: 2013-04-08 11:02 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Beverloo 2012-10-23 09:54:57 PDT
There are some differences right now between the flags used in Chromium for Android and what DumpRenderTree gets passed for running layout tests. For the most accurate results, these should be synchronized as much as possible.

When we switch to using content_shell as the test runner, this should also become much easier to keep in sync..
Comment 1 Sami Kyöstilä 2012-10-23 10:04:15 PDT
I was planning to add two flags: --force-composited-mode and --enable-accelerated-fixed-position (new flag).

We'd also need --enable-threaded-compositing but current it crashes the test runner.
Comment 2 Peter Beverloo 2013-04-08 11:02:47 PDT
Resolving as WontFix given that Chromium moved to Blink.