mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-28 01:11:32 +00:00
no-bug: Update to Firefox 150.0 (gh-13281)
This commit is contained in:
@@ -66,8 +66,4 @@ add_task(async function test_Basic_Unsplit_Group_Removed() {
|
||||
group = tabs[0].group;
|
||||
});
|
||||
ok(group, "The split group should exist");
|
||||
ok(
|
||||
!group.parentNode,
|
||||
"The split group should be removed from the DOM after unsplitting"
|
||||
);
|
||||
});
|
||||
|
||||
@@ -58,17 +58,17 @@ add_task(async function test_3_Splits_Grid_Inset() {
|
||||
ok(viewsToCheck.length, "There should be split views present");
|
||||
Assert.equal(
|
||||
viewsToCheck[0].style.inset,
|
||||
"0% 0% 50% 50%",
|
||||
"0% 50% 50% 0%",
|
||||
"The first split view should have correct inset style"
|
||||
);
|
||||
Assert.equal(
|
||||
viewsToCheck[1].style.inset,
|
||||
"50% 0% 0% 50%",
|
||||
"50% 50% 0% 0%",
|
||||
"The second split view should have correct inset style"
|
||||
);
|
||||
Assert.equal(
|
||||
viewsToCheck[2].style.inset,
|
||||
"0% 50% 0% 0%",
|
||||
"0% 0% 0% 50%",
|
||||
"The third split view should have correct inset style"
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user