Title: [107226] trunk/LayoutTests
Revision
107226
Author
[email protected]
Date
2012-02-09 05:37:12 -0800 (Thu, 09 Feb 2012)

Log 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 <[email protected]> on 2012-02-09
Reviewed by Andreas Kling.

Add the missing opening <html> tag.

* fast/harness/resources/modal-dialog.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107225 => 107226)


--- trunk/LayoutTests/ChangeLog	2012-02-09 13:23:58 UTC (rev 107225)
+++ trunk/LayoutTests/ChangeLog	2012-02-09 13:37:12 UTC (rev 107226)
@@ -1,3 +1,14 @@
+2012-02-09  Zan Dobersek  <[email protected]>
+
+        LayoutTests/fast/harness/resources/modal-dialog.html is missing the opening html tag
+        https://bugs.webkit.org/show_bug.cgi?id=78217
+
+        Reviewed by Andreas Kling.
+
+        Add the missing opening <html> tag.
+
+        * fast/harness/resources/modal-dialog.html:
+
 2012-02-09  Alexei Filippov  <[email protected]>
 
         WebInspector: Show percentage by default in heap profiler.

Modified: trunk/LayoutTests/fast/harness/resources/modal-dialog.html (107225 => 107226)


--- trunk/LayoutTests/fast/harness/resources/modal-dialog.html	2012-02-09 13:23:58 UTC (rev 107225)
+++ trunk/LayoutTests/fast/harness/resources/modal-dialog.html	2012-02-09 13:37:12 UTC (rev 107226)
@@ -1,3 +1,4 @@
+<html>
 <head>
 <script>
     function closeWindow()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to