Details
Description
If gadget spec contains a "ModulePrefs" tag with "title" attribute like below:
<ModulePrefs title="this is title" description="Hello World Embedded Experience gadget" height="400" width="500">
Then expect the loaded gadget should contain proper "title" element like below:
<html>
<head>
<title>this is title</title>
......
But the actual result is the load gadget doesn't contain "title" element.