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

Commit 44060f4d authored by Guang Zhu's avatar Guang Zhu Committed by Android (Google) Code Review
Browse files

Merge "when test case times out, stop loading first" into honeycomb

parents 751fdd9a 4ce6e7c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
        public void handleMessage(Message msg) {
            if (msg.what == MSG_TIMEOUT) {
                mTimedOut = true;
                mWebView.stopLoading();
                if (mCallback != null)
                    mCallback.timedOut(mWebView.getUrl());
                if (!mRequestedWebKitData) {