mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
# Checklist Relevant methods in Document are: - [x] enter_fullscreen - [x] exit_fullscreen - [x] get_allow_fullscreen Relevant method in DocumentOrShadowRoot is: - [x] get_fullscreen_element Relevant methods in Element are: - [x] fullscreen_element_ready_check Relevant structs in element.rs are: - [x] ElementPerformFullscreenExit - [x] ElementPerformFullscreenEnter Testing: The PR moves functions around and we don't need to modify any tests Fixes: #43719 --------- Signed-off-by: Niya Gupta <niyabits@disroot.org> Co-authored-by: Niya Gupta <niyabits@disroot.org>
6 lines
216 B
Rust
6 lines
216 B
Rust
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
|
|
|
mod lib;
|