Test Harness: OneDrive
HTML
<h1>Demo page for HTML5 sandboxing</h1>
<h2>OneDrive</h2>
<iframe sandbox="allow-forms allow-pointer-lock allow-scripts allow-top-navigation allow-popups-to-escape-sandbox" src="https://onedrive.live.com/embed?cid=377A43F136ACC549&resid=377A43F136ACC549%212205&authkey=ANKfn6feTQStLWs" width="900" height="550" allowfullscreen></iframe>
CSS
body, h2 {
font-family: helvetica neue, helvetica, sans-serif;
}
h1, h2 {
font-weight: 100;
}
h1, h2 {
font-size: 24px;
}
h2 strong {
font-weight: 300;
}
iframe {
width: 100%;
height: 300px;
border: 1px solid #ccc;
}