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

Commit c3c682fc authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Add missing </head> tag to last commit.

See Ifca486e329333b642d8195391fb1829bbf9a684c

Change-Id: I2e9f0288176896d965cc25684b229f93ad46f013
parent 963a7307
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ public class JavaBridgeChildFrameTest extends JavaBridgeTestBase {
        // the call to testController.setStringValue in the child frame's onload handler will
        // not be made.
        getActivity().getWebView().loadData(
                "<html><head><body>" +
                "<html><head></head><body>" +
                "<iframe id=\"childFrame\" onload=\"testController.setStringValue('PASS');\" />" +
                "</body></html>", "text/html", null);
        assertEquals("PASS", mTestController.waitForStringValue());