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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/sticky/sticky-top-auto-get-computedstyle-expected.txt

Issue 2870983002: Update return value of getComputedStyle for sticky elements (Closed)
Patch Set: Created 3 years, 7 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: 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

Powered by Google App Engine
This is Rietveld 408576698