| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 5a04edc91f18349df7b7cb731a8d9204365d0324..1f06707ee16b40c634e76d1e650a6f8af9c912e1 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -301,6 +301,8 @@
|
|
|
| boolean ignoreLayoutWithPendingStylesheets(Document document);
|
|
|
| + readonly attribute DOMString systemFontFamily;
|
| +
|
| // These functions are for testing NetInfo. You must call clearNetworkConnectionInfoOverride() at the end.
|
| [RaisesException] void setNetworkConnectionInfoOverride(boolean onLine, DOMString type, double downlinkMaxMbps);
|
| void clearNetworkConnectionInfoOverride();
|
|
|