Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git] / dom / canvas / test / webgl-conf / iframe-passthrough.css
blob40bc2ea762ef8e83be9b7cb31873e06d61b98faf
1 html {
2 height: 100%;
4 border: none;
5 /*
6 border-left-style: solid;
7 border-left-color: blue;
8 border-left-width: 4px;
9 */
12 body {
13 margin: 0;
14 min-height: 100%;
16 display: flex;
17 flex-flow: column;
19 border: none;
21 border-left-style: solid;
22 border-left-color: green;
23 border-left-width: 4px;
27 iframe {
28 flex: auto;
30 border: none;
32 border-left-style: solid;
33 border-left-color: red;
34 border-left-width: 4px;