Changeset 219074 in webkit
- Timestamp:
- Jul 3, 2017, 10:17:24 AM (8 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r219072 r219074 1 2017-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 1 8 2017-07-03 Matt Lewis <jlewis3@apple.com> 2 9 -
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.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'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. 2 2 3 3 ALERT: PASS -
trunk/LayoutTests/imported/w3c/ChangeLog
r219061 r219074 1 2017-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 1 8 2017-07-02 Sam Weinig <sam@webkit.org> 2 9 -
trunk/LayoutTests/imported/w3c/web-platform-tests/url/url-setters-expected.txt
r217004 r219074 553 553 PASS <a>: Setting <https://example.net>.search = '' 554 554 PASS <area>: Setting <https://example.net>.search = '' 555 FAILURL: Setting <a:/>.search = '\0556 \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 = '\0558 \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 = '\0560 \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"555 PASS URL: Setting <a:/>.search = '\0 556 \r !"#$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed. 557 PASS <a>: Setting <a:/>.search = '\0 558 \r !"#$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed. 559 PASS <area>: Setting <a:/>.search = '\0 560 \r !"#$%&'()*+,-./09:;<=>?@AZ[\]^_`az{|}~Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed. 561 561 PASS URL: Setting <http://example.net>.search = '%c3%89té' Bytes already percent-encoded are left as-is 562 562 PASS <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.