Convert remaining StringToLowerASCII to ToLowerASCII.
[chromium-blink-merge.git] / content / test / data / sandboxed_frames.html
blobd2a54fc29a7f16f9fb83429ab130a3ad8a05a5ce
1 <html>
2 <title>sandboxed_frames</title>
3 <head></head>
4 <body>
5 <iframe id="child-1" sandbox></iframe>
6 <iframe id="child-2" sandbox="allow-scripts"></iframe>
7 <iframe id="child-3" sandbox="allow-scripts allow-same-origin" src="frame_tree/1-3.html"></iframe>
8 </body>
9 </html>