mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Check pref when parsing :fullscreen pseudo-class
This commit is contained in:
parent
5c9ba6e631
commit
d3baa4fb3c
4 changed files with 33 additions and 15 deletions
|
@ -9216,6 +9216,11 @@ pub mod root {
|
|||
"_ZN7mozilla10StylePrefs28sFramesTimingFunctionEnabledE"]
|
||||
pub static mut StylePrefs_sFramesTimingFunctionEnabled: bool;
|
||||
}
|
||||
extern "C" {
|
||||
#[link_name =
|
||||
"_ZN7mozilla10StylePrefs31sUnprefixedFullscreenApiEnabledE"]
|
||||
pub static mut StylePrefs_sUnprefixedFullscreenApiEnabled: bool;
|
||||
}
|
||||
#[test]
|
||||
fn bindgen_test_layout_StylePrefs() {
|
||||
assert_eq!(::std::mem::size_of::<StylePrefs>() , 1usize , concat !
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue