Changeset 65976 in webkit


Ignore:
Timestamp:
Aug 24, 2010 9:33:54 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-08-24 Eric Seidel <eric@webkit.org>

Unreviewed. Just adding test results.

XMLDocumentParser needs to implement DocumentParser::detach()
https://bugs.webkit.org/show_bug.cgi?id=44533

I was lame before and forgot to add results or mark this test
as dumpAsText().

  • fast/css/font-face-svg-decoding-error-expected.txt: Added.
  • fast/css/font-face-svg-decoding-error.html:
Location:
trunk/LayoutTests
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r65974 r65976  
     12010-08-24  Eric Seidel  <eric@webkit.org>
     2
     3        Unreviewed.  Just adding test results.
     4
     5        XMLDocumentParser needs to implement DocumentParser::detach()
     6        https://bugs.webkit.org/show_bug.cgi?id=44533
     7
     8        I was lame before and forgot to add results or mark this test
     9        as dumpAsText().
     10
     11        * fast/css/font-face-svg-decoding-error-expected.txt: Added.
     12        * fast/css/font-face-svg-decoding-error.html:
     13
    1142010-08-24  Dumitru Daniliuc  <dumi@chromium.org>
    215
  • trunk/LayoutTests/fast/css/font-face-svg-decoding-error.html

    r65958 r65976  
     1<script>
     2if (window.layoutTestController)
     3    layoutTestController.dumpAsText();
     4</script>
    15<style>
    26@font-face {
Note: See TracChangeset for help on using the changeset viewer.