Title: [111303] trunk/LayoutTests
Revision
111303
Author
jber...@webkit.org
Date
2012-03-19 19:01:50 -0700 (Mon, 19 Mar 2012)

Log Message

fast/dom/Window/window-properties.html failing on Lion Intel Debug WebKit1 and WebKit2
testers.
https://bugs.webkit.org/show_bug.cgi?id=81612

Update the expected (failing?) results to get the bots green.

* platform/mac/fast/dom/Window/window-properties-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (111302 => 111303)


--- trunk/LayoutTests/ChangeLog	2012-03-20 02:01:43 UTC (rev 111302)
+++ trunk/LayoutTests/ChangeLog	2012-03-20 02:01:50 UTC (rev 111303)
@@ -1,5 +1,15 @@
 2012-03-19  Jessie Berlin  <jber...@apple.com>
 
+        fast/dom/Window/window-properties.html failing on Lion Intel Debug WebKit1 and WebKit2
+        testers.
+        https://bugs.webkit.org/show_bug.cgi?id=81612
+
+        Update the expected (failing?) results to get the bots green.
+
+        * platform/mac/fast/dom/Window/window-properties-expected.txt:
+
+2012-03-19  Jessie Berlin  <jber...@apple.com>
+
         fast/harness/page-cache-crash-on-data-urls.html and fast/harness/use-page-cache.html fail on
         Lion Intel Debug WebKit2 testers.
         https://bugs.webkit.org/show_bug.cgi?id=81616

Modified: trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt (111302 => 111303)


--- trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt	2012-03-20 02:01:43 UTC (rev 111302)
+++ trunk/LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt	2012-03-20 02:01:50 UTC (rev 111303)
@@ -127,6 +127,7 @@
 window.Audio.prototype.setAttributeNodeNS [function]
 window.Audio.prototype.webkitMatchesSelector [function]
 window.Audio.prototype.webkitRequestFullScreen [function]
+window.Audio.prototype.webkitRequestFullscreen [function]
 window.AudioProcessingEvent [object AudioProcessingEventConstructor]
 window.AudioProcessingEvent.prototype [object AudioProcessingEventPrototype]
 window.AudioProcessingEvent.prototype.AT_TARGET [number]
@@ -763,6 +764,7 @@
 window.Document.prototype.removeEventListener [function]
 window.Document.prototype.replaceChild [function]
 window.Document.prototype.webkitCancelFullScreen [function]
+window.Document.prototype.webkitExitFullscreen [function]
 window.Document.prototype.webkitGetFlowByName [function]
 window.DocumentFragment [object DocumentFragmentConstructor]
 window.DocumentFragment.prototype [object DocumentFragmentPrototype]
@@ -913,6 +915,7 @@
 window.Element.prototype.setAttributeNodeNS [function]
 window.Element.prototype.webkitMatchesSelector [function]
 window.Element.prototype.webkitRequestFullScreen [function]
+window.Element.prototype.webkitRequestFullscreen [function]
 window.Entity [object EntityConstructor]
 window.Entity.prototype [object EntityPrototype]
 window.Entity.prototype.ATTRIBUTE_NODE [number]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to