Changeset 219395 in webkit


Ignore:
Timestamp:
Jul 12, 2017 8:47:33 AM (7 years ago)
Author:
fred.wang@free.fr
Message:

Import test verifying combination of allow-top-navigation and allow-top-navigation-by-user-activation
https://bugs.webkit.org/show_bug.cgi?id=174351

Patch by Frederic Wang <fwang@igalia.com> on 2017-07-12
Reviewed by Youenn Fablet.

This imports a test to verify that the combination of the allow-top-navigation and
allow-top-navigation-by-user-activation flags is just treated as allow-top-navigation.
For now the expectation contains a parsing error message which will be removed when bug
171327 is fixed.

  • web-platform-tests/html/semantics/embedded-content/the-iframe-element/w3c-import.log:

Add the new test.

  • web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-3.html: Added.

This is imported from the W3C repository.

  • web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-3-expected.txt: Added.

The test passes, even if for now the 'allow-top-navigation-by-user-activation' triggers a
parsing error message in the console.

Location:
trunk/LayoutTests/imported/w3c
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r219315 r219395  
     12017-07-12  Frederic Wang  <fwang@igalia.com>
     2
     3        Import test verifying combination of allow-top-navigation and allow-top-navigation-by-user-activation
     4        https://bugs.webkit.org/show_bug.cgi?id=174351
     5
     6        Reviewed by Youenn Fablet.
     7
     8        This imports a test to verify that the combination of the allow-top-navigation and
     9        allow-top-navigation-by-user-activation flags is just treated as allow-top-navigation.
     10        For now the expectation contains a parsing error message which will be removed when bug
     11        171327 is fixed.
     12
     13        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/w3c-import.log:
     14        Add the new test.
     15        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-3.html: Added.
     16        This is imported from the W3C repository.
     17        * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-3-expected.txt: Added.
     18        The test passes, even if for now the 'allow-top-navigation-by-user-activation' triggers a
     19        parsing error message in the console.
     20
    1212017-07-10  Javier Fernandez  <jfernandez@igalia.com>
    222
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/w3c-import.log

    r218639 r219395  
    3434/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-1.html
    3535/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-2.html
     36/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation-3.html
    3637/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_allow_top_navigation_by_user_activation_without_user_gesture.html
    3738/LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigate_ancestor-1.html
Note: See TracChangeset for help on using the changeset viewer.