diff options
Diffstat (limited to 'testing/web-platform/tests/x-frame-options/README.md')
-rw-r--r-- | testing/web-platform/tests/x-frame-options/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/x-frame-options/README.md b/testing/web-platform/tests/x-frame-options/README.md new file mode 100644 index 0000000000..2fad3599d5 --- /dev/null +++ b/testing/web-platform/tests/x-frame-options/README.md @@ -0,0 +1,3 @@ +This directory contains tests for [`X-Frame-Options`](https://html.spec.whatwg.org/#the-x-frame-options-header). + +Currently it only tests `<iframe>`. It would be nice to test `<embed>` and `<object>` as well. |