webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WTR::TestOptions Struct Reference

#include <TestOptions.h>

Public Member Functions

 TestOptions (const std::string &pathOrURL)
 

Public Attributes

bool useThreadedScrolling { false }
 
bool useRemoteLayerTree { false }
 
bool shouldShowWebView { false }
 
bool useFlexibleViewport { false }
 
bool useFixedLayout { false }
 
bool isSVGTest { false }
 
bool useDataDetection { false }
 
bool useMockScrollbars { true }
 
bool needsSiteSpecificQuirks { false }
 
bool ignoresViewportScaleLimits { false }
 
bool useCharacterSelectionGranularity { false }
 
bool enableIntersectionObserver { false }
 
bool enableModernMediaControls { true }
 
bool enablePointerLock { false }
 
float deviceScaleFactor { 1 }
 
Vector< StringoverrideLanguages
 

Constructor & Destructor Documentation

◆ TestOptions()

TestOptions::TestOptions ( const std::string pathOrURL)

Member Data Documentation

◆ deviceScaleFactor

float WTR::TestOptions::deviceScaleFactor { 1 }

◆ enableIntersectionObserver

bool WTR::TestOptions::enableIntersectionObserver { false }

◆ enableModernMediaControls

bool WTR::TestOptions::enableModernMediaControls { true }

◆ enablePointerLock

bool WTR::TestOptions::enablePointerLock { false }

◆ ignoresViewportScaleLimits

bool WTR::TestOptions::ignoresViewportScaleLimits { false }

◆ isSVGTest

bool WTR::TestOptions::isSVGTest { false }

◆ needsSiteSpecificQuirks

bool WTR::TestOptions::needsSiteSpecificQuirks { false }

◆ overrideLanguages

Vector<String> WTR::TestOptions::overrideLanguages

◆ shouldShowWebView

bool WTR::TestOptions::shouldShowWebView { false }

◆ useCharacterSelectionGranularity

bool WTR::TestOptions::useCharacterSelectionGranularity { false }

◆ useDataDetection

bool WTR::TestOptions::useDataDetection { false }

◆ useFixedLayout

bool WTR::TestOptions::useFixedLayout { false }

◆ useFlexibleViewport

bool WTR::TestOptions::useFlexibleViewport { false }

◆ useMockScrollbars

bool WTR::TestOptions::useMockScrollbars { true }

◆ useRemoteLayerTree

bool WTR::TestOptions::useRemoteLayerTree { false }

◆ useThreadedScrolling

bool WTR::TestOptions::useThreadedScrolling { false }

The documentation for this struct was generated from the following files: