1<!DOCTYPE html> 2<title>Accelerated compositing tab repaint bug part 2</title> 3<style> 4body { 5 background-color: royalblue; 6} 7iframe { 8 border-width: 0px; 9 width: 400px; 10 height: 200px; 11} 12</style> 13<body> 14<ol> 15<li>This page should have a blue background.</li> 16</ol> 17<iframe src="../resources/flash-frame.html"></iframe> 18</body> 19