tenfourfox/dom/html/test/imports/file_cycle_4_B.html

12 lines
211 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="import" href="file_cycle_4_C.html" onload="loaded()" onerror="failed()"></link>
</head>
<body>
<script>
order.push("B");
</script>
</body>
</html>