2 <script src=
"resources/responsive-test.js"></script>
9 state
: {inherited
: '100px'},
11 {at
: 0.25, is
: '125px'},
12 {at
: 0.75, is
: '175px'},
15 state
: {inherited
: 'auto'},
17 {at
: 0.25, is
: 'auto'},
18 {at
: 0.75, is
: '200px'},
28 state
: {underlying
: '100px'},
30 {at
: 0.25, is
: '125px'},
31 {at
: 0.75, is
: '175px'},
34 state
: {underlying
: 'auto'},
36 {at
: 0.25, is
: 'auto'},
37 {at
: 0.75, is
: '200px'},
40 state
: {underlying
: 'inherit', inherited
: '100px'},
42 {at
: 0.25, is
: '125px'},
43 {at
: 0.75, is
: '175px'},
46 state
: {underlying
: 'inherit', inherited
: 'auto'},
48 {at
: 0.25, is
: 'auto'},
49 {at
: 0.75, is
: '200px'},