mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
10 lines
355 B
JavaScript
10 lines
355 B
JavaScript
"use strict";
|
|
// https://drafts.fxtf.org/geometry/#DOMPoint
|
|
// https://drafts.fxtf.org/geometry/#DOMRect
|
|
// https://drafts.fxtf.org/geometry/#DOMQuad
|
|
// https://drafts.fxtf.org/geometry/#DOMMatrix
|
|
|
|
importScripts("/resources/testharness.js");
|
|
importScripts("/resources/WebIDLParser.js", "/resources/idlharness.js");
|
|
importScripts("support/interfaces.js");
|