OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <title>The 'bgproperties=fixed' attribute on body</title> | |
3 <script src="../../resources/js-test.js"></script> | |
4 <body bgproperties=fixed> | |
5 <script> | |
6 shouldBeEqualToString("getComputedStyle(document.body).backgroundAttachment", "f ixed"); | |
7 </script> | |
OLD | NEW |