Changeset 190074 in webkit


Ignore:
Timestamp:
Sep 21, 2015 1:24:02 PM (9 years ago)
Author:
rniwa@webkit.org
Message:

Add some tests for shadow DOM rendering
https://bugs.webkit.org/show_bug.cgi?id=149330

Reviewed by Antti Koivisto.

Added some ref tests for new shadow DOM API rendering with failing expectations everywhere.

This is a relanding of r189962 excluding css-scoping-shadow-rendering.html since it has since been added in r190006
as css-scoping-shadow-root-hides-children.html by Antti.

  • fast/shadow-dom/css-scoping-shadow-invisible-slot-expected.html: Added.
  • fast/shadow-dom/css-scoping-shadow-invisible-slot.html: Added.
  • fast/shadow-dom/css-scoping-shadow-slot-expected.html: Added.
  • fast/shadow-dom/css-scoping-shadow-slot.html: Added.
  • fast/shadow-dom/css-scoping-shadow-with-rules-expected.html: Added.
  • fast/shadow-dom/css-scoping-shadow-with-rules.html: Added.
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r190071 r190074  
     12015-09-21  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Add some tests for shadow DOM rendering
     4        https://bugs.webkit.org/show_bug.cgi?id=149330
     5
     6        Reviewed by Antti Koivisto.
     7
     8        Added some ref tests for new shadow DOM API rendering with failing expectations everywhere.
     9
     10        This is a relanding of r189962 excluding css-scoping-shadow-rendering.html since it has since been added in r190006
     11        as css-scoping-shadow-root-hides-children.html by Antti.
     12
     13        * fast/shadow-dom/css-scoping-shadow-invisible-slot-expected.html: Added.
     14        * fast/shadow-dom/css-scoping-shadow-invisible-slot.html: Added.
     15        * fast/shadow-dom/css-scoping-shadow-slot-expected.html: Added.
     16        * fast/shadow-dom/css-scoping-shadow-slot.html: Added.
     17        * fast/shadow-dom/css-scoping-shadow-with-rules-expected.html: Added.
     18        * fast/shadow-dom/css-scoping-shadow-with-rules.html: Added.
     19        * platform/mac/TestExpectations:
     20
    1212015-09-21  Ryosuke Niwa  <rniwa@webkit.org>
    222
  • trunk/LayoutTests/platform/mac/TestExpectations

    r189976 r190074  
    13041304
    13051305webkit.org/b/148695 fast/shadow-dom [ Pass ]
     1306webkit.org/b/149242 fast/shadow-dom/css-scoping-shadow-slot.html [ ImageOnlyFailure ]
     1307webkit.org/b/149242 fast/shadow-dom/css-scoping-shadow-invisible-slot.html [ ImageOnlyFailure ]
     1308webkit.org/b/149328 fast/shadow-dom/css-scoping-shadow-with-rules.html [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.