Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / frames / frameset-with-stacking-contexts.html
blob6e9ebd03cb01c0b2916aa0c86d4ffead9496ee65
1 <!doctype HTML>
2 <!-- Test that the frame is not painted twice. This test passes if it does not crash. -->
3 <frameset>
4 <frame src="resources/subframe.html" style="opacity: 0.6"/>
5 </frameset>