Changeset 219074 in webkit


Ignore:
Timestamp:
Jul 3, 2017 10:17:24 AM (7 years ago)
Author:
achristensen@apple.com
Message:

Rebase test after r219024
https://bugs.webkit.org/show_bug.cgi?id=174051

LayoutTests/imported/w3c:

  • web-platform-tests/url/url-setters-expected.txt:

LayoutTests:

  • http/tests/security/no-popup-from-sandbox-top-expected.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r219072 r219074  
     12017-07-03  Alex Christensen  <achristensen@webkit.org>
     2
     3        Rebase test after r219024
     4        https://bugs.webkit.org/show_bug.cgi?id=174051
     5
     6        * http/tests/security/no-popup-from-sandbox-top-expected.txt:
     7
    182017-07-03  Matt Lewis  <jlewis3@apple.com>
    29
  • trunk/LayoutTests/http/tests/security/no-popup-from-sandbox-top-expected.txt

    r215098 r219074  
    1 CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to initiate navigation for frame with URL 'http://127.0.0.1:8000/security/no-popup-from-sandbox-top.html' from frame with URL 'data:text/html,       <script>       var win = window.open('about:blank', '_top');       alert(win ?%20%27FAIL%27%20:%20%27PASS%27);%20%20%20%20%20%20%20%3C/script%3E'. The frame attempting navigation of the top-level window is sandboxed, but the 'allow-top-navigation' flag is not set.
     1CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to initiate navigation for frame with URL 'http://127.0.0.1:8000/security/no-popup-from-sandbox-top.html' from frame with URL 'data:text/html,       <script>       var win = window.open('about:blank', '_top');       alert(win ?%20'FAIL'%20:%20'PASS');%20%20%20%20%20%20%20%3C/script%3E'. The frame attempting navigation of the top-level window is sandboxed, but the 'allow-top-navigation' flag is not set.
    22
    33ALERT: PASS
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r219061 r219074  
     12017-07-03  Alex Christensen  <achristensen@webkit.org>
     2
     3        Rebase test after r219024
     4        https://bugs.webkit.org/show_bug.cgi?id=174051
     5
     6        * web-platform-tests/url/url-setters-expected.txt:
     7
    182017-07-02  Sam Weinig  <sam@webkit.org>
    29
  • trunk/LayoutTests/imported/w3c/web-platform-tests/url/url-setters-expected.txt

    r217004 r219074  
    553553PASS <a>: Setting <https://example.net>.search = ''
    554554PASS <area>: Setting <https://example.net>.search = ''
    555 FAIL URL: Setting <a:/>.search = '\0   
    556 \r !"#$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~€Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed. assert_equals: expected "a:/?%00%01%1F%20!%22%23$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_`az{|}~%7F%C2%80%C2%81%C3%89%C3%A9" but got "a:/?%00%01%1F%20!%22%23$%&%27()*+,-./09:;%3C=%3E?@AZ[\\]^_`az{|}~%7F%C2%80%C2%81%C3%89%C3%A9"
    557 FAIL <a>: Setting <a:/>.search = '\0   
    558 \r !"#$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~€Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed. assert_equals: expected "a:/?%00%01%1F%20!%22%23$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_`az{|}~%7F%C2%80%C2%81%C3%89%C3%A9" but got "a:/?%00%01%1F%20!%22%23$%&%27()*+,-./09:;%3C=%3E?@AZ[\\]^_`az{|}~%7F%C2%80%C2%81%C3%89%C3%A9"
    559 FAIL <area>: Setting <a:/>.search = '\0
    560 \r !"#$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~€Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed. assert_equals: expected "a:/?%00%01%1F%20!%22%23$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_`az{|}~%7F%C2%80%C2%81%C3%89%C3%A9" but got "a:/?%00%01%1F%20!%22%23$%&%27()*+,-./09:;%3C=%3E?@AZ[\\]^_`az{|}~%7F%C2%80%C2%81%C3%89%C3%A9"
     555PASS URL: Setting <a:/>.search = '\0   
     556\r !"#$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~€Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed.
     557PASS <a>: Setting <a:/>.search = '\0   
     558\r !"#$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~€Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed.
     559PASS <area>: Setting <a:/>.search = '\0
     560\r !"#$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~€Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed.
    561561PASS URL: Setting <http://example.net>.search = '%c3%89té' Bytes already percent-encoded are left as-is
    562562PASS <a>: Setting <http://example.net>.search = '%c3%89té' Bytes already percent-encoded are left as-is
Note: See TracChangeset for help on using the changeset viewer.