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

Side by Side 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: nit 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 unified diff | Download patch
OLDNEW
(Empty)
1 Sticky, no top: top = auto; bottom = auto; left = auto; right = auto
2 Sticky, with top: top = 0px; bottom = auto; left = auto; right = auto
3 Sticky, with bottom: top = auto; bottom = 0px; left = auto; right = auto
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698