Changeset 219086 in webkit


Ignore:
Timestamp:
Jul 3, 2017 12:11:55 PM (7 years ago)
Author:
achristensen@apple.com
Message:

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

  • fast/events/popup-blocked-from-unique-frame-via-window-open-named-sibling-frame-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r219085 r219086  
     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        * fast/events/popup-blocked-from-unique-frame-via-window-open-named-sibling-frame-expected.txt:
     7
    182017-07-03  Jonathan Bedard  <jbedard@apple.com>
    29
  • trunk/LayoutTests/fast/events/popup-blocked-from-unique-frame-via-window-open-named-sibling-frame-expected.txt

    r219072 r219086  
    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.
     1CONSOLE 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.
    22
    33ALERT: PASS
Note: See TracChangeset for help on using the changeset viewer.