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

Unified Diff: LayoutTests/fast/css/sticky/sticky-as-positioning-container-expected.txt

Issue 1212893005: Add position: sticky as supported position value when CSSStickyPosition is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/css/sticky/sticky-as-positioning-container-expected.txt
diff --git a/LayoutTests/fast/css/sticky/sticky-as-positioning-container-expected.txt b/LayoutTests/fast/css/sticky/sticky-as-positioning-container-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ffc13aae2eb43120942f79219dcf4563cd44d12f
--- /dev/null
+++ b/LayoutTests/fast/css/sticky/sticky-as-positioning-container-expected.txt
@@ -0,0 +1,10 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x216
+ LayoutBlockFlow {HTML} at (0,0) size 800x216
+ LayoutBlockFlow {BODY} at (8,8) size 784x200
+ LayoutBlockFlow {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
+layer at (8,108) size 100x100
+ LayoutBlockFlow (sticky positioned) {DIV} at (0,100) size 100x100 [bgcolor=#008000]
+layer at (8,8) size 100x100
+ LayoutBlockFlow (positioned) {DIV} at (0,-100) size 100x100

Powered by Google App Engine
This is Rietveld 408576698