| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <style> | 4 <style> |
| 5 .container { | 5 .container { |
| 6 width: 200px; | 6 width: 200px; |
| 7 height: 200px; | 7 height: 200px; |
| 8 overflow-wrap: break-word; | 8 overflow-wrap: break-word; |
| 9 border: 2px solid blue; | 9 border: 2px solid blue; |
| 10 font: 50px/1 Ahem, sans-serif; | 10 font: 50px/1 Ahem, sans-serif; |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 <p>Setting shape-image-threshold with no prior entry</p> | 49 <p>Setting shape-image-threshold with no prior entry</p> |
| 50 <div id='add-shape-image-threshold' class='container'><div class='shape thre
shold25'></div>x x x x x x x x x x</div> | 50 <div id='add-shape-image-threshold' class='container'><div class='shape thre
shold25'></div>x x x x x x x x x x</div> |
| 51 | 51 |
| 52 <p>Setting shape-image-threshold with a prior entry</p> | 52 <p>Setting shape-image-threshold with a prior entry</p> |
| 53 <div id='change-shape-image-threshold' class='container'><div class='shape t
hreshold75'></div>x x x x x x x x x x</div> | 53 <div id='change-shape-image-threshold' class='container'><div class='shape t
hreshold75'></div>x x x x x x x x x x</div> |
| 54 | 54 |
| 55 <p>Removing shape-image-threshold with a prior entry</p> | 55 <p>Removing shape-image-threshold with a prior entry</p> |
| 56 <div id='remove-shape-image-threshold' class='container'><div class='shape'>
</div>x x x x x x x x x x</div> | 56 <div id='remove-shape-image-threshold' class='container'><div class='shape'>
</div>x x x x x x x x x x</div> |
| 57 </body> | 57 </body> |
| 58 </html> | 58 </html> |
| OLD | NEW |