blob: 044fd52280ace1ce93f6b5b913ed0d9102941c71 [file] [log] [blame]
<!DOCTYPE html>
<head>
<title>Test Import FOUC</title>
<style>
#test {
height: 100px;
width: 100px;
background: red;
}
</style>
<link rel="import" href="resources/slow-green.cgi">
</head>
<body>
<div id="test"></div>
</body>