Changeset 107226 in webkit


Ignore:
Timestamp:
Feb 9, 2012 5:37:12 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

LayoutTests/fast/harness/resources/modal-dialog.html is missing the opening html tag
https://bugs.webkit.org/show_bug.cgi?id=78217

Patch by Zan Dobersek <zandobersek@gmail.com> on 2012-02-09
Reviewed by Andreas Kling.

Add the missing opening <html> tag.

  • fast/harness/resources/modal-dialog.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r107225 r107226  
     12012-02-09  Zan Dobersek  <zandobersek@gmail.com>
     2
     3        LayoutTests/fast/harness/resources/modal-dialog.html is missing the opening html tag
     4        https://bugs.webkit.org/show_bug.cgi?id=78217
     5
     6        Reviewed by Andreas Kling.
     7
     8        Add the missing opening <html> tag.
     9
     10        * fast/harness/resources/modal-dialog.html:
     11
    1122012-02-09  Alexei Filippov  <alexeif@chromium.org>
    213
  • trunk/LayoutTests/fast/harness/resources/modal-dialog.html

    r61599 r107226  
     1<html>
    12<head>
    23<script>
Note: See TracChangeset for help on using the changeset viewer.