| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 </head> | 4 </head> |
| 5 <body> | 5 <body> |
| 6 <div id="container"><span id="in-host-children" class="kotori" href="/">tehepero
</span></div> | 6 <div id="container"><span id="in-host-children" class="kotori" href="/">tehepero
</span></div> |
| 7 <div><span id="outside-of-shadow" class="kotori" href="/">tehepero</span></div> | 7 <div><span id="outside-of-shadow" class="kotori" href="/">tehepero</span></div> |
| 8 | 8 |
| 9 <script src="../../js/resources/js-test-pre.js"></script> | 9 <script src="../../js/resources/js-test-pre.js"></script> |
| 10 <script> | 10 <script> |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 | 31 |
| 32 var spanInHostChildren = document.getElementById('in-host-children'); | 32 var spanInHostChildren = document.getElementById('in-host-children'); |
| 33 var spanOutsideOfShadow = document.getElementById('outside-of-shadow'); | 33 var spanOutsideOfShadow = document.getElementById('outside-of-shadow'); |
| 34 | 34 |
| 35 shouldBe('computedBackgroundColor(spanInShadow)', '"rgba(0, 0, 0, 0)"'); | 35 shouldBe('computedBackgroundColor(spanInShadow)', '"rgba(0, 0, 0, 0)"'); |
| 36 shouldBe('computedBackgroundColor(spanInHostChildren)', '"rgba(0, 0, 0, 0)"'); | 36 shouldBe('computedBackgroundColor(spanInHostChildren)', '"rgba(0, 0, 0, 0)"'); |
| 37 shouldBe('computedBackgroundColor(spanOutsideOfShadow)', '"rgba(0, 0, 0, 0)"'); | 37 shouldBe('computedBackgroundColor(spanOutsideOfShadow)', '"rgba(0, 0, 0, 0)"'); |
| 38 | 38 |
| 39 var successfullyParsed = true; | 39 var successfullyParsed = true; |
| 40 </script> | 40 </script> |
| 41 <script src="../../js/resources/js-test-post.js"></script> | |
| 42 </body> | 41 </body> |
| 43 </html> | 42 </html> |
| OLD | NEW |