3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
7 <title>CSS Flexbox Test: dynamic change .left on abs.pos. item w. align-self:end
</title>
8 <link rel=
"author" title=
"Mats Palmgren" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=1405319">
9 <link rel=
"help" href=
"https://drafts.csswg.org/css-align-3/#propdef-align-self">
10 <link rel=
"match" href=
"flexbox-item-align-self-dynamic-pos-002-ref.html">
11 <style type=
"text/css">
13 color:black
; background-color:white
; font:16px/1 monospace
; padding:0; margin:0;
33 <div id=
"item">X
</div>
37 document
.body
.offsetLeft
;
38 var items
= Array
.prototype.slice
.call(document
.querySelectorAll('#item'));
39 items
.map(item
=> item
.style
.left
= "20px");
40 document
.body
.offsetLeft
;