Index: LayoutTests/fast/html/body-bgproperties.html |
diff --git a/LayoutTests/fast/html/body-bgproperties.html b/LayoutTests/fast/html/body-bgproperties.html |
deleted file mode 100644 |
index 90a51592dc5b8423cdb294769f1c69b1651e2420..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/html/body-bgproperties.html |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-<!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> |