Title: [99322] trunk/LayoutTests
- Revision
- 99322
- Author
- [email protected]
- Date
- 2011-11-04 14:39:08 -0700 (Fri, 04 Nov 2011)
Log Message
Unreviewed, GTK rebaseline after r99285.
* platform/gtk/Skipped:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (99321 => 99322)
--- trunk/LayoutTests/ChangeLog 2011-11-04 21:32:03 UTC (rev 99321)
+++ trunk/LayoutTests/ChangeLog 2011-11-04 21:39:08 UTC (rev 99322)
@@ -1,3 +1,11 @@
+2011-11-04 Philippe Normand <[email protected]>
+
+ Unreviewed, GTK rebaseline after r99285.
+
+ * platform/gtk/Skipped:
+ * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+ * platform/gtk/fast/js/global-constructors-expected.txt:
+
2011-11-04 Adam Barth <[email protected]>
Add a test for how CSP interacts with about:blank iframes
Modified: trunk/LayoutTests/platform/gtk/Skipped (99321 => 99322)
--- trunk/LayoutTests/platform/gtk/Skipped 2011-11-04 21:32:03 UTC (rev 99321)
+++ trunk/LayoutTests/platform/gtk/Skipped 2011-11-04 21:39:08 UTC (rev 99322)
@@ -468,6 +468,7 @@
# VIDEO_TRACK is disabled for now
media/track
+fast/events/constructors/track-event-constructor.html
# CSS Filters is disabled
css3/filters
Modified: trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt (99321 => 99322)
--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt 2011-11-04 21:32:03 UTC (rev 99321)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt 2011-11-04 21:39:08 UTC (rev 99322)
@@ -144,15 +144,12 @@
PASS HTMLStyleElement from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling
PASS HTMLStyleElementConstructor from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.constructor
PASS HTMLStyleElementPrototype from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.__proto__
-PASS HTMLTextAreaElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
-PASS HTMLTextAreaElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
-PASS HTMLTextAreaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
-PASS HTMLTitleElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
-PASS HTMLTitleElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
-PASS HTMLTitleElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
-PASS HTMLTrackElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
-PASS HTMLTrackElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
-PASS HTMLTrackElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
+PASS HTMLTextAreaElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
+PASS HTMLTextAreaElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
+PASS HTMLTextAreaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
+PASS HTMLTitleElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
+PASS HTMLTitleElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
+PASS HTMLTitleElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
PASS HTMLUListElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling
PASS HTMLUListElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.constructor
PASS HTMLUListElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
Modified: trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt (99321 => 99322)
--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt 2011-11-04 21:32:03 UTC (rev 99321)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt 2011-11-04 21:39:08 UTC (rev 99322)
@@ -119,7 +119,6 @@
PASS HTMLTableSectionElement.toString() is '[object HTMLTableSectionElementConstructor]'
PASS HTMLTextAreaElement.toString() is '[object HTMLTextAreaElementConstructor]'
PASS HTMLTitleElement.toString() is '[object HTMLTitleElementConstructor]'
-PASS HTMLTrackElement.toString() is '[object HTMLTrackElementConstructor]'
PASS HTMLUListElement.toString() is '[object HTMLUListElementConstructor]'
PASS HTMLUnknownElement.toString() is '[object HTMLUnknownElementConstructor]'
PASS HTMLVideoElement.toString() is '[object HTMLVideoElementConstructor]'
@@ -303,11 +302,7 @@
PASS Text.toString() is '[object TextConstructor]'
PASS TextEvent.toString() is '[object TextEventConstructor]'
PASS TextMetrics.toString() is '[object TextMetricsConstructor]'
-PASS TextTrack.toString() is '[object TextTrackConstructor]'
-PASS TextTrackCue.toString() is '[object TextTrackCueConstructor]'
-PASS TextTrackCueList.toString() is '[object TextTrackCueListConstructor]'
PASS TimeRanges.toString() is '[object TimeRangesConstructor]'
-PASS TrackEvent.toString() is '[object TrackEventConstructor]'
PASS UIEvent.toString() is '[object UIEventConstructor]'
PASS WebKitAnimationEvent.toString() is '[object WebKitAnimationEventConstructor]'
PASS WebKitCSSKeyframeRule.toString() is '[object WebKitCSSKeyframeRuleConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes