5 window
.onload
= () => {
6 window
.opener
.postMessage("ready", "*");
13 /* Has to be on one line, is such for test */
14 .column-rule { font-size:
20px; } .column-rule { font-size:
25px; }
16 background-color: #f06;
20 background-color: #f06;
28 #layout-auto-margin-element {
31 padding:
3px
5px
7px
5px;
32 border:
5px solid red;
33 margin:
10px
20px
30px
0;
34 box-sizing: border-box;
39 #layout-auto-margin-element {
43 <link type=
"text/css" rel=
"stylesheet" href=
"inspector-styles-data.css"></link>
45 <h1>Style Actor Tests
</h1>
46 <!-- Inheritance checks -->
47 <div id=
"inheritable-rule-uninheritable-style" class=
"inheritable-rule" style=
"background-color: purple">
48 <div id=
"inheritable-rule-inheritable-style" class=
"inheritable-rule" style=
"color: blue">
49 <div id=
"uninheritable-rule-uninheritable-style" class=
"uninheritable-rule" style=
"background-color: green">
50 <div id=
"uninheritable-rule-inheritable-style" class=
"uninheritable-rule" style=
"color: red">
52 Here is the test node.
59 <!-- Computed checks -->
60 <div id=
"computed-parent" class=
"external-rule inheritable-rule uninheritable-rule" style=
"color: red;">
61 <div id=
"computed-test-node" class=
"external-rule">
62 Here is the test node.
66 <!-- Matched checks -->
67 <div id=
"matched-parent" class=
"external-rule inheritable-rule column-rule uninheritable-rule" style=
"color: red;">
68 <div id=
"matched-test-node" style=
"font-size: 10px" class=
"external-rule">
69 Here is the test node.
73 <div id=
"mediaqueried">
78 <svg><rect></rect></svg>
81 <div id=
"layout-element">I can has layout
</div>
82 <div id=
"layout-auto-margin-element">I can has layout too
</div>