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

Unified Diff: third_party/WebKit/LayoutTests/transforms/containing-block.html

Issue 2671763002: CSS: will-change offset-path establishes a stacking context (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/transforms/containing-block.html
diff --git a/third_party/WebKit/LayoutTests/transforms/containing-block.html b/third_party/WebKit/LayoutTests/transforms/containing-block.html
index 56078de78da98e3dc2230469566bd2a41459413b..a67ddcb5766732d1ec5d958dc29ca52322609b95 100644
--- a/third_party/WebKit/LayoutTests/transforms/containing-block.html
+++ b/third_party/WebKit/LayoutTests/transforms/containing-block.html
@@ -49,4 +49,18 @@ test(function() {
test(function() {
assert_true(generatesContainingBlock('will-change', 'rotate'));
}, "will-change: rotate establishes containing block");
+
+test(function() {
+ assert_true(generatesContainingBlock('offset-position', '50% 50%'));
+}, "offset-position establishes containing block");
+test(function() {
+ assert_true(generatesContainingBlock('will-change', 'offset-position'));
+}, "will-change: offset-position establishes containing block");
+
+test(function() {
+ assert_true(generatesContainingBlock('offset-path', 'path("m 100 0")'));
+}, "offset-path establishes containing block");
+test(function() {
+ assert_true(generatesContainingBlock('will-change', 'offset-path'));
+}, "will-change: offset-path establishes containing block");
</script>
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698