| 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..5b814d38c68897c894d1ff690ecbaff861574d94
|
| --- /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 = 2px; bottom = auto; left = auto; right = auto
|
| +Sticky, with bottom: top = auto; bottom = 2px; left = auto; right = auto
|
|
|