Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: LayoutTests/fast/backgrounds/multiple-backgrounds-initial-values-expected.txt

Issue 128203003: Teach mapFill{X,Y}Position about initial values to individual background layers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698