From 6a8eb71feb2c48e82f3c72a9451a0e82c31c3b1f Mon Sep 17 00:00:00 2001 From: nehakumari7 <58387771+nehakumari7@users.noreply.github.com> Date: Sun, 1 Dec 2019 16:20:04 +0530 Subject: [PATCH] minor update on css --- examples/css.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/css.txt b/examples/css.txt index 77cb042..7244787 100644 --- a/examples/css.txt +++ b/examples/css.txt @@ -42,9 +42,9 @@ c) elementname[attribute*='value'] input[value*='Pass'] -contains * -starts-with ^ -ends-with $ +contains -* +starts-with -^ +ends-with -$ span[id*='download_webinspect'] span[id^='download']