2 <script src=
"../../../resources/testharness.js"></script>
3 <script src=
"../../../resources/testharnessreport.js"></script>
8 <link rel=
"import" href=
"resources/import-block-upgrade-in-import-child.html">
14 assert_array_equals(window
.upgradeIds
, ['a1', 'a2', 'a3', 'b0', 'b1', 'b2', 'a4', 'b3', 'b4', 'a5'],
15 'Elements in the master and imports should be upgraded by a definition in an import.');
16 }, 'upgrade in the master');