Changeset 60824 in webkit


Ignore:
Timestamp:
Jun 8, 2010 12:08:28 AM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-06-08 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Remove another unterminated <title> element
https://bugs.webkit.org/show_bug.cgi?id=40281

We're already testing untermianted <title> element behavior in specific
tests for that beheavior. We don't need to test it redudantly here.

  • http/tests/security/frame-loading-via-document-write.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r60822 r60824  
     12010-06-08  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Remove another unterminated <title> element
     6        https://bugs.webkit.org/show_bug.cgi?id=40281
     7
     8        We're already testing untermianted <title> element behavior in specific
     9        tests for that beheavior.  We don't need to test it redudantly here.
     10
     11        * http/tests/security/frame-loading-via-document-write.html:
     12
    1132010-06-07  MORITA Hajime  <morrita@google.com>
    214
  • trunk/LayoutTests/http/tests/security/frame-loading-via-document-write.html

    r28690 r60824  
    11<html>
    22<head>
    3 <title/>
     3<title></title>
    44
    55<script language="JavaScript">
Note: See TracChangeset for help on using the changeset viewer.