| OLD | NEW |
| 1 <script> | 1 <script> |
| 2 if (window.testRunner) | 2 if (window.testRunner) |
| 3 testRunner.dumpAsText(); | 3 testRunner.dumpAsText(); |
| 4 </script> | 4 </script> |
| 5 <p> | 5 <p> |
| 6 Test 2/2 for <i><a href="rdar://problem/7398987">rdar://problem/7398987</a> | 6 Test 2/2 for <i><a href="rdar://problem/7398987">rdar://problem/7398987</a> |
| 7 Assertion failure in Layer::updateClipRects when a plug-in’s | 7 Assertion failure in Layer::updateClipRects when a plugin’s |
| 8 enclosing layer is enclosed by a transformed layer</i>. | 8 enclosing layer is enclosed by a transformed layer</i>. |
| 9 </p> | 9 </p> |
| 10 <p> | 10 <p> |
| 11 This test should not cause an assertion faliure. | 11 This test should not cause an assertion faliure. |
| 12 </p> | 12 </p> |
| 13 <div style="transform: translateZ(0); position: absolute;"></div> | 13 <div style="transform: translateZ(0); position: absolute;"></div> |
| 14 <div style="opacity: 0.9"> | 14 <div style="opacity: 0.9"> |
| 15 <div style="position: absolute;"> | 15 <div style="position: absolute;"> |
| 16 <embed type="application/x-webkit-test-netscape"> | 16 <embed type="application/x-webkit-test-netscape"> |
| 17 </div> | 17 </div> |
| 18 </div> | 18 </div> |
| OLD | NEW |