Index: LayoutTests/fast/backgrounds/multiple-backgrounds-initial-values-expected.txt |
diff --git a/LayoutTests/fast/backgrounds/multiple-backgrounds-initial-values-expected.txt b/LayoutTests/fast/backgrounds/multiple-backgrounds-initial-values-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b7948649c08772d35784590ffda728ca7bce7e00 |
--- /dev/null |
+++ b/LayoutTests/fast/backgrounds/multiple-backgrounds-initial-values-expected.txt |
@@ -0,0 +1,13 @@ |
+Test that background position values do not leak between layers |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS bgPosLayers[0].search("-10px") is >= 0 |
+PASS bgPosLayers[0].search("50px") is >= 0 |
+PASS bgPosLayers[1].search("-10px") is -1 |
+PASS bgPosLayers[1].search("50px") is -1 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |