mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 2f346208c2a115a601b580e7869fe112b97c4246
This commit is contained in:
parent
2a594821ba
commit
add3067672
78 changed files with 2101 additions and 635 deletions
|
@ -95,8 +95,6 @@ test(t => {
|
|||
assert_equals(scroller.scrollTop, 100);
|
||||
assert_equals(scroller.scrollLeft, 100);
|
||||
|
||||
// TODO(alsan): Chrome currently doesn't correctly re-snap due to transform.
|
||||
// It seems to be an invalidation issue. http://crbug.com/1028316
|
||||
initial_target.style.setProperty("transform", "translate(0,100px)");
|
||||
assert_equals(scroller.scrollTop, 200);
|
||||
assert_equals(scroller.scrollLeft, 100);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue