Skip to content

Commit 695796e

Browse files
Steinar H. Gundersonchromium-wpt-export-bot
authored andcommitted
Unbreak the try-tactic-basic.html test.
Bug: 457480129 Change-Id: I968e73b47a46ea2e2a82e897cf30d14b819647f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7117241 Commit-Queue: Steinar H Gunderson <[email protected]> Reviewed-by: Rune Lillesveen <[email protected]> Commit-Queue: Rune Lillesveen <[email protected]> Auto-Submit: Steinar H Gunderson <[email protected]> Cr-Commit-Position: refs/heads/main@{#1539972}
1 parent 812f115 commit 695796e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/css-anchor-position/try-tactic-basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
assert_equals(target.offsetTop, expected_offsets.top, 'offsetTop');
3434
assert_equals(target.offsetWidth, expected_offsets.width, 'offsetWidth');
3535
assert_equals(target.offsetHeight, expected_offsets.height, 'offsetHeight');
36-
}, target.style.positionTryFallbacks);
36+
}, try_tactic);
3737
}
3838

3939
test_try_tactic('', {left:10, top:20, width:30, height:40});

0 commit comments

Comments
 (0)