Title: [92955] trunk/LayoutTests
Revision
92955
Author
[email protected]
Date
2011-08-12 05:17:09 -0700 (Fri, 12 Aug 2011)

Log Message

Source/WebCore: Add HTMLUnknownElement interface as defined in
http://www.w3.org/TR/html5/elements.html#elements-in-the-dom.

https://bugs.webkit.org/show_bug.cgi?id=41841

Unreviewed gardening after r92890.

* platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: Updated.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (92954 => 92955)


--- trunk/LayoutTests/ChangeLog	2011-08-12 12:06:50 UTC (rev 92954)
+++ trunk/LayoutTests/ChangeLog	2011-08-12 12:17:09 UTC (rev 92955)
@@ -1,3 +1,14 @@
+2011-08-12  Csaba Osztrogonác  <[email protected]>
+
+        Source/WebCore: Add HTMLUnknownElement interface as defined in
+        http://www.w3.org/TR/html5/elements.html#elements-in-the-dom.
+
+        https://bugs.webkit.org/show_bug.cgi?id=41841
+
+        Unreviewed gardening after r92890.
+
+        * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: Updated.
+
 2011-08-12  Vsevolod Vlasov  <[email protected]>
 
         Web Inspector: Network resource identifier should have RequestId type and requestId name in protocol.

Modified: trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-properties-expected.txt (92954 => 92955)


--- trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-properties-expected.txt	2011-08-12 12:06:50 UTC (rev 92954)
+++ trunk/LayoutTests/platform/qt-wk2/fast/dom/Window/window-properties-expected.txt	2011-08-12 12:17:09 UTC (rev 92955)
@@ -1111,6 +1111,8 @@
 window.HTMLTitleElement.prototype [printed above as window.Element.prototype]
 window.HTMLUListElement [object HTMLUListElementConstructor]
 window.HTMLUListElement.prototype [printed above as window.Element.prototype]
+window.HTMLUnknownElement [object HTMLUnknownElementConstructor]
+window.HTMLUnknownElement.prototype [printed above as window.Element.prototype]
 window.HTMLVideoElement [object HTMLVideoElementConstructor]
 window.HTMLVideoElement.prototype [printed above as window.Element.prototype]
 window.HashChangeEvent [object HashChangeEventConstructor]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to