From 79f1ebe2512e8bba740cba2c7af2412145cd8180 Mon Sep 17 00:00:00 2001 From: Khushal Sagar Date: Fri, 11 Nov 2022 14:21:20 -0800 Subject: [PATCH] view-transitions: Update behaviour of finished promise. The finished promise should reflect the status of domUpdated if the transition is skipped before animations could finish. See resolution at https://github.com/w3c/csswg-drafts/issues/7956. Change-Id: If340d63587d87237587fc3aa3de98f742d46218e --- .../duplicate_tag_rejects_capture.html | 47 +++++++++++++++++++ ....html => duplicate_tag_rejects_start.html} | 31 ++++++------ 2 files changed, 64 insertions(+), 14 deletions(-) create mode 100644 css/css-view-transitions/duplicate_tag_rejects_capture.html rename css/css-view-transitions/{duplicate_tag_rejects.html => duplicate_tag_rejects_start.html} (57%) diff --git a/css/css-view-transitions/duplicate_tag_rejects_capture.html b/css/css-view-transitions/duplicate_tag_rejects_capture.html new file mode 100644 index 00000000000000..4e10b972f565fa --- /dev/null +++ b/css/css-view-transitions/duplicate_tag_rejects_capture.html @@ -0,0 +1,47 @@ + + +Shared transitions: root tag is reserved + + + + + + + + +
+
+ + diff --git a/css/css-view-transitions/duplicate_tag_rejects.html b/css/css-view-transitions/duplicate_tag_rejects_start.html similarity index 57% rename from css/css-view-transitions/duplicate_tag_rejects.html rename to css/css-view-transitions/duplicate_tag_rejects_start.html index c7aef2aa1a4518..866c70e6ea2226 100644 --- a/css/css-view-transitions/duplicate_tag_rejects.html +++ b/css/css-view-transitions/duplicate_tag_rejects_start.html @@ -20,17 +20,6 @@