Bug 1348169 - Fix NaN shown in the Box Model's margins. Fix eslint issues. r=style-fix on a CLOSED TREE

This commit is contained in:
Sebastian Hengst 2017-03-28 18:00:58 +02:00
Родитель f6069b6fb6
Коммит 7900c19a09
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -97,10 +97,9 @@ const res1 = [
},
];
add_task(function* () {
yield addTab("data:text/html;charset=utf-8," + encodeURIComponent(TEST_URI));
let {inspector, view, testActor} = yield openBoxModelView();
let {inspector, view} = yield openBoxModelView();
let node = yield getNodeFront("div", inspector);
let children = yield inspector.markup.walker.children(node);
let beforeElement = children.nodes[0];