Changeset 140346 in webkit


Ignore:
Timestamp:
Jan 21, 2013 11:03:19 AM (11 years ago)
Author:
mkwst@chromium.org
Message:

Add a test to ensure that content written into a seamless IFrame inherits style.
https://bugs.webkit.org/show_bug.cgi?id=99289

Reviewed by Eric Seidel.

This patch adds a single test to ensure that content written into a
seamless IFrame via 'contentDocument.write()' properly inherits style.
The root of the issue was fixed in wkbug.com/103539, so no code changes
are necesary, but that patch didn't test this particular edge case.

  • fast/frames/seamless/seamless-document-write-expected.txt: Added.
  • fast/frames/seamless/seamless-document-write.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r140343 r140346  
     12013-01-21  Mike West  <mkwst@chromium.org>
     2
     3        Add a test to ensure that content written into a seamless IFrame inherits style.
     4        https://bugs.webkit.org/show_bug.cgi?id=99289
     5
     6        Reviewed by Eric Seidel.
     7
     8        This patch adds a single test to ensure that content written into a
     9        seamless IFrame via 'contentDocument.write()' properly inherits style.
     10        The root of the issue was fixed in wkbug.com/103539, so no code changes
     11        are necesary, but that patch didn't test this particular edge case.
     12
     13        * fast/frames/seamless/seamless-document-write-expected.txt: Added.
     14        * fast/frames/seamless/seamless-document-write.html: Added.
     15
    1162013-01-21  Brian Holt  <brian.holt@samsung.com>
    217
Note: See TracChangeset for help on using the changeset viewer.