diff options
Diffstat (limited to 'testing/web-platform/tests/WebIDL/invalid/idl/scopedname.widl')
-rw-r--r-- | testing/web-platform/tests/WebIDL/invalid/idl/scopedname.widl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/web-platform/tests/WebIDL/invalid/idl/scopedname.widl b/testing/web-platform/tests/WebIDL/invalid/idl/scopedname.widl new file mode 100644 index 000000000..cfcb1ccc9 --- /dev/null +++ b/testing/web-platform/tests/WebIDL/invalid/idl/scopedname.widl @@ -0,0 +1,2 @@ +// scoped names are no longer valid in WebIDL + typedef gfx::geom::geom2d::Point Point; |