blob: 6a3307c8fa57006acfa7eb936758c3b07019c037 [file] [log] [blame]
<html>
<head>
<script>
onmessage = function(e) {
document.title = e.data;
}
</script>
</head>
<body>
<iframe id='iframe_test_id' src="content://org.chromium.chrome.test.TestContentProvider/simple_iframe.html" >
</iframe>
</body>
</html>