Changeset 189962 in webkit


Ignore:
Timestamp:
Sep 17, 2015 8:08:09 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.

  • 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-rendering-expected.html: Added.
  • fast/shadow-dom/css-scoping-shadow-rendering.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:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r189961 r189962  
     12015-09-17  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        * fast/shadow-dom/css-scoping-shadow-invisible-slot-expected.html: Added.
     11        * fast/shadow-dom/css-scoping-shadow-invisible-slot.html: Added.
     12        * fast/shadow-dom/css-scoping-shadow-rendering-expected.html: Added.
     13        * fast/shadow-dom/css-scoping-shadow-rendering.html: Added.
     14        * fast/shadow-dom/css-scoping-shadow-slot-expected.html: Added.
     15        * fast/shadow-dom/css-scoping-shadow-slot.html: Added.
     16        * fast/shadow-dom/css-scoping-shadow-with-rules-expected.html: Added.
     17        * fast/shadow-dom/css-scoping-shadow-with-rules.html: Added.
     18        * platform/mac/TestExpectations:
     19
    1202015-09-17  Commit Queue  <commit-queue@webkit.org>
    221
  • trunk/LayoutTests/platform/mac/TestExpectations

    r189930 r189962  
    12991299
    13001300webkit.org/b/148695 fast/shadow-dom [ Pass ]
     1301
     1302webkit.org/b/149327 fast/shadow-dom/css-scoping-shadow-rendering.html [ ImageOnlyFailure ]
     1303webkit.org/b/149242 fast/shadow-dom/css-scoping-shadow-slot.html [ ImageOnlyFailure ]
     1304webkit.org/b/149242 fast/shadow-dom/css-scoping-shadow-invisible-slot.html [ ImageOnlyFailure ]
     1305webkit.org/b/149328 fast/shadow-dom/css-scoping-shadow-with-rules.html [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.