From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- layout/reftests/position-dynamic-changes/handleprop.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 layout/reftests/position-dynamic-changes/handleprop.js (limited to 'layout/reftests/position-dynamic-changes/handleprop.js') diff --git a/layout/reftests/position-dynamic-changes/handleprop.js b/layout/reftests/position-dynamic-changes/handleprop.js new file mode 100644 index 0000000000..476961defd --- /dev/null +++ b/layout/reftests/position-dynamic-changes/handleprop.js @@ -0,0 +1,10 @@ +// Add the correct border/margin/padding style +if (window.location.search.length > 0) { + var params = window.location.search.substr(1).split("_"); + if (params[0] == "border") { + params[0] = "border-width"; + } + document.write(""); +} -- cgit v1.2.3