Index: core/events/PageTransitionEventInit.idl |
diff --git a/core/frame/ScrollOptions.idl b/core/events/PageTransitionEventInit.idl |
similarity index 51% |
copy from core/frame/ScrollOptions.idl |
copy to core/events/PageTransitionEventInit.idl |
index 8a2af31d66e7b464aa35db1f38b595118844445b..2571f082b28d438d378e42ffd82e372314d090a8 100644 |
--- a/core/frame/ScrollOptions.idl |
+++ b/core/events/PageTransitionEventInit.idl |
@@ -2,10 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Spec: Non-standard |
+// https://html.spec.whatwg.org/multipage/browsers.html#the-pagetransitionevent-interface |
-[ |
- GarbageCollected |
-] dictionary ScrollOptions { |
- DOMString behavior; |
+dictionary PageTransitionEventInit : EventInit { |
+ boolean persisted; |
}; |