diff --git a/testing/web-platform/tests/docs/assets/custom.css b/testing/web-platform/tests/docs/assets/custom.css index a5f59ce7721c..58a982579f06 100644 --- a/testing/web-platform/tests/docs/assets/custom.css +++ b/testing/web-platform/tests/docs/assets/custom.css @@ -4,4 +4,8 @@ div.body { #video-introduction-transcript iframe { max-width: 100%; +} + +.table-container { + overflow: auto; } \ No newline at end of file diff --git a/testing/web-platform/tests/docs/writing-tests/making-a-testing-plan.md b/testing/web-platform/tests/docs/writing-tests/making-a-testing-plan.md index 0f5673016c05..520c5a32e070 100644 --- a/testing/web-platform/tests/docs/writing-tests/making-a-testing-plan.md +++ b/testing/web-platform/tests/docs/writing-tests/making-a-testing-plan.md @@ -482,6 +482,8 @@ use [git](https://git-scm.com) to perform more powerful searches. The following table lists some common search criteria and examples of how they can be expressed using regular expressions: +
+ ```eval_rst ================================= ================== ========================== Criteria Example match Example regular expression @@ -494,6 +496,8 @@ CSS property name ``style="foo: 4"`` ``([{;=\"']|\s|^)foo\s+:`` ================================= ================== ========================== ``` +
+ Bear in mind that searches like this are not necessarily exhaustive. Depending on the feature, it may be difficult (or even impossible) to write a query that correctly identifies all relevant tests. This strategy can give a helpful