OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-sc
ale=1.0, user-scalable=no" /> | 4 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-sc
ale=1.0, user-scalable=no" /> |
5 <style type="text/css"> | 5 <style type="text/css"> |
6 div.transform { | 6 div.transform { |
7 background-color: #00FF00; | 7 background-color: #00FF00; |
8 width: 100px; | 8 width: 100px; |
9 height: 100px; | 9 height: 100px; |
10 padding-left: 30px; | 10 padding-left: 30px; |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 result 17 | 100 result 17 |
101 <div class="absolute">result 18</div> | 101 <div class="absolute">result 18</div> |
102 </div> | 102 </div> |
103 </div> | 103 </div> |
104 <!-- Tests that will not yield matches should go below this line. --> | 104 <!-- Tests that will not yield matches should go below this line. --> |
105 <select> | 105 <select> |
106 <option>result 19</option> | 106 <option>result 19</option> |
107 </select> | 107 </select> |
108 </body> | 108 </body> |
109 </html> | 109 </html> |
OLD | NEW |