From 15bf19744387b4cacccd1ab92a2f4cecb00c9da2 Mon Sep 17 00:00:00 2001 From: Edward <14011954+0xedward@users.noreply.github.com> Date: Sat, 10 Jul 2021 20:21:06 -0400 Subject: [PATCH] Moved TODOs to https://github.com/mozilla/sanitizer-polyfill/issues/10 --- tests/TODO | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/TODO diff --git a/tests/TODO b/tests/TODO deleted file mode 100644 index f737df3..0000000 --- a/tests/TODO +++ /dev/null @@ -1,12 +0,0 @@ -the plan for running test - -ideally: -- clone wpt from https://github.com/web-platform-tests/wpt -- open a browser that is configured to run wpt -- figure out how to execute the polyfill on every site -- run the wpt tests for the sanitizer-api subfolder -Note: it looks like the trusted-types repo is doing that at https://github.com/w3c/webappsec-trusted-types/tree/main/tests/platform-tests - -practically (short term) -- clone test cases from https://github.com/web-platform-tests/wpt/blob/master/sanitizer-api/support/testcases.sub.js -- DIY test-framework that uses the test cases, start with sanitize() function only.