Chromium Code Reviews| Index: LayoutTests/fast/html/body-bgproperties.html |
| diff --git a/LayoutTests/fast/html/body-bgproperties.html b/LayoutTests/fast/html/body-bgproperties.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..90a51592dc5b8423cdb294769f1c69b1651e2420 |
| --- /dev/null |
| +++ b/LayoutTests/fast/html/body-bgproperties.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<title>The 'bgproperties=fixed' attribute on body</title> |
| +<script src="../../resources/js-test.js"></script> |
| +<body bgproperties=fixed> |
| +<script> |
| +shouldBeEqualToString("getComputedStyle(document.body).backgroundAttachment", "fixed"); |
| +</script> |