/usr/share/javascript/ie7/ie7-squish.js is in libjs-ie7 2.1~beta4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 | if(IE7.loaded&&IE7.appVersion<7){IE7.CSS.addFix(/(float\s*:\s*(left|right))/,"display:inline;$1");if(IE7.appVersion>=6){IE7.CSS.addRecalc("float","(left|right)",function(a){IE7.Layout.boxSizing(a.parentElement);a.style.display="inline"})}IE7.CSS.addRecalc("position","absolute|fixed",function(a){if(a.offsetParent&&a.offsetParent.currentStyle.position==="relative"){IE7.Layout.boxSizing(a.offsetParent)}})};
|