Changeset 219030 in webkit
- Timestamp:
- Jun 30, 2017, 5:51:33 PM (8 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r219028 r219030 1 2017-06-30 Alex Christensen <achristensen@webkit.org> 2 3 Rebase test after r219024 4 https://bugs.webkit.org/show_bug.cgi?id=174051 5 6 * fast/events/popup-blocked-from-unique-frame-via-window-open-named-sibling-frame-expected.txt: 7 This was an intentional change making URL parsing how it was before r215096 for URLs with non-special schemes. 8 1 9 2017-06-30 Matt Lewis <jlewis3@apple.com> 2 10 -
trunk/LayoutTests/fast/events/popup-blocked-from-unique-frame-via-window-open-named-sibling-frame-expected.txt
r215096 r219030 1 CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to initiate navigation for frame with URL 'about:blank' from frame with URL 'data:text/html,<script>alert(window.open('about:blank', 'A') ?%20 %27FAIL%27%20:%20%27PASS%27);%3C/script%3E'. The frame attempting navigation is neither same-origin with the target, nor is it the target's parent or opener.1 CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to initiate navigation for frame with URL 'about:blank' from frame with URL 'data:text/html,<script>alert(window.open('about:blank', 'A') ?%20'FAIL'%20:%20'PASS');%3C/script%3E'. The frame attempting navigation is neither same-origin with the target, nor is it the target's parent or opener. 2 2 3 3 ALERT: PASS
Note:
See TracChangeset
for help on using the changeset viewer.