diff options
Diffstat (limited to 'test/wpt/tests/interfaces/paint-timing.idl')
-rw-r--r-- | test/wpt/tests/interfaces/paint-timing.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/wpt/tests/interfaces/paint-timing.idl b/test/wpt/tests/interfaces/paint-timing.idl new file mode 100644 index 0000000..052b74e --- /dev/null +++ b/test/wpt/tests/interfaces/paint-timing.idl @@ -0,0 +1,7 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Paint Timing 1 (https://w3c.github.io/paint-timing/) + +[Exposed=Window] +interface PerformancePaintTiming : PerformanceEntry {}; |