Index: third_party/WebKit/LayoutTests/fast/css/sticky/sticky-top-auto-get-computedstyle-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-top-auto-get-computedstyle-expected.txt b/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-top-auto-get-computedstyle-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..374c741087388282ad31e603712090d0fa624143 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css/sticky/sticky-top-auto-get-computedstyle-expected.txt |
@@ -0,0 +1,3 @@ |
+Sticky, no top: top = auto; bottom = auto; left = auto; right = auto |
+Sticky, with top: top = 0px; bottom = auto; left = auto; right = auto |
+Sticky, with bottom: top = auto; bottom = 0px; left = auto; right = auto |