From: Li, Hao Date: Tue, 3 Sep 2013 08:48:20 +0000 (+0800) Subject: Fix TTS-1959 by removing unsupport feature test in webkit X-Git-Tag: 2.2.1_release~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dba009a08ac9bdbbe4e078e3e2328c4102d31c6a;p=test%2Ftct%2Fweb%2Fbehavior.git Fix TTS-1959 by removing unsupport feature test in webkit Remove report-uri-single-violated test due to webkit does not implement "unsafe-eval" Signed-off-by: Li, Hao --- diff --git a/tests/CSP/index.html b/tests/CSP/index.html index 1acd07e..f1dde19 100644 --- a/tests/CSP/index.html +++ b/tests/CSP/index.html @@ -136,12 +136,6 @@ Authors:

style-src_self

-
  • Test report-uri directive
  • -
  • - -

    report-uri-single-violated

    -
    -
  • Clean all the installed packages
  • Clean all test applications
    diff --git a/tests/CSP/js/main.js b/tests/CSP/js/main.js index 1c5b409..ba8afa8 100644 --- a/tests/CSP/js/main.js +++ b/tests/CSP/js/main.js @@ -44,8 +44,7 @@ var allId=new Array('beh1csp001', 'beh1csp014', 'beh1csp015', 'beh1csp016', - 'beh1csp017', - 'wrt2rus061'); + 'beh1csp017'); var installedId = new Array(); diff --git a/tests/CSP/res/report-uri-single-violated.html b/tests/CSP/res/report-uri-single-violated.html deleted file mode 100755 index fab02e9..0000000 --- a/tests/CSP/res/report-uri-single-violated.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - -
    -
    -
    - - - -
    -
      -
    • Package Launch
    • -
    • -
      Package Launch
      -
    • -
    • Package Uninstall
    • -
    • -
      Package Uninstall
      -
    • -
    • -
      -
      -
      -A "PASS" is displayed under the words '1.Csp policy worked well if text "PASS" appears below.'.A "PASS" is displayed under the words '1.Csp policy worked well if text "PASS" appears below.'. -Notice the log in time on the screen, and open log file with the command: cat /tmp/csp-report.log -At the end of the file, the last record's "Time" is the same as the "log in" time. -
      -
      -
      -
    • -
    -
    -
    -
    -
    - - diff --git a/tests/CSP/res/report-uri-single-violated.wgt b/tests/CSP/res/report-uri-single-violated.wgt deleted file mode 100644 index c4f8957..0000000 Binary files a/tests/CSP/res/report-uri-single-violated.wgt and /dev/null differ