1<div>
2  <!-- inlineStyle_Compiler_Test_001 -->
3  <div style="width: 10px;"></div>
4
5  <!-- inlineStyle_Compiler_Test_002 -->
6  <div style="height:{{num}}"></div>
7
8  <!-- inlineStyle_Compiler_Test_003 -->
9  <text style="color: #c71585;"></text>
10
11  <!-- inlineStyle_Compiler_Test_004 -->
12  <div style="color: lightcyan;"></div>
13
14  <!-- inlineStyle_Compiler_Test_005 -->
15  <div style="animation-delay: 900ms;"></div>
16
17  <!-- inlineStyle_Compiler_Test_006 -->
18  <div style="animation-duration: 200ms;"></div>
19
20  <!-- inlineStyle_Compiler_Test_007 -->
21  <div style="animation-iteration-count: infinite;"></div>
22
23  <!-- inlineStyle_Compiler_Test_008 -->
24  <div style="animation-iteration-count: 1000;"></div>
25
26  <!-- inlineStyle_Compiler_Test_009 -->
27  <div style="background-image: url(/common/img/xmad.jpg);"></div>
28
29  <!-- inlineStyle_Compiler_Test_010 -->
30  <div style="background-image: url('/common/img/map.jpg');"></div>
31</div>
32