stacking-context-animation-changing-target-ref.html 346 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <title>Reference of testcases for bug 1279403</title>
  3. <style>
  4. span {
  5. height: 100px;
  6. width: 100px;
  7. background: green;
  8. position: fixed;
  9. top: 50px;
  10. }
  11. div {
  12. height: 100px;
  13. width: 100px;
  14. background: blue;
  15. }
  16. #first {
  17. }
  18. #second {
  19. position: fixed;
  20. }
  21. </style>
  22. <span></span>
  23. <div id="first"></div>
  24. <div id="second"></div>