Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34db30db authored by Ben Murdoch's avatar Ben Murdoch
Browse files

LayoutTests with dumpAsText in the pathname should always dump as text.

See http://trac.webkit.org/changeset/79403

Change-Id: Ifd607b0c05804dd40a11072cf6862c36aaf448fe
parent 02e2f57d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -207,6 +207,11 @@ public class TestShellActivity extends Activity implements LayoutTestController
        getWindow().setFeatureInt(Window.FEATURE_PROGRESS, progress);

        Log.v(LOGTAG, "  Loading " + mTestUrl);

        if (mTestUrl.contains("/dumpAsText/")) {
            dumpAsText(false);
        }

        mWebView.loadUrl(mTestUrl);

        if (mTimeoutInMillis > 0) {