Changes between Version 1 and Version 2 of ExperimentalAndInternalFeatureFlags


Ignore:
Timestamp:
Sep 12, 2018 2:45:34 PM (6 years ago)
Author:
dino@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExperimentalAndInternalFeatureFlags

    v1 v2  
    1818
    1919If a Web developer wouldn't understand what the feature is by name, or it is just for internal testing, then you should use an `internal` feature. For example, we don't want users to disable Service Workers, and almost no one would know what MDSN ICE Candidates are.
     20
     21== What about testing?
     22
     23You can turn both experimental and internal features on via headers in WebKitTestRunner. Use `experimental:FeatureName` or `internal:FeatureName`. For example...
     24
     25{{{
     26<!-- webkit-test-runner [ experimental:WebAnimationsCSSIntegrationEnabled=true ] -->
     27}}}