Title: [151830] trunk/LayoutTests
- Revision
- 151830
- Author
- [email protected]
- Date
- 2013-06-21 02:36:05 -0700 (Fri, 21 Jun 2013)
Log Message
IndieUI: Add basic IndieUI infrastructure
https://bugs.webkit.org/show_bug.cgi?id=117367
Unreviewed. Update Lion expected results.
* platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (151829 => 151830)
--- trunk/LayoutTests/ChangeLog 2013-06-21 08:55:06 UTC (rev 151829)
+++ trunk/LayoutTests/ChangeLog 2013-06-21 09:36:05 UTC (rev 151830)
@@ -1,3 +1,12 @@
+2013-06-21 Chris Fleizach <[email protected]>
+
+ IndieUI: Add basic IndieUI infrastructure
+ https://bugs.webkit.org/show_bug.cgi?id=117367
+
+ Unreviewed. Update Lion expected results.
+
+ * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
+
2013-06-20 Chris Fleizach <[email protected]>
IndieUI: Add basic IndieUI infrastructure
Modified: trunk/LayoutTests/platform/mac-lion/fast/js/global-constructors-attributes-expected.txt (151829 => 151830)
--- trunk/LayoutTests/platform/mac-lion/fast/js/global-constructors-attributes-expected.txt 2013-06-21 08:55:06 UTC (rev 151829)
+++ trunk/LayoutTests/platform/mac-lion/fast/js/global-constructors-attributes-expected.txt 2013-06-21 09:36:05 UTC (rev 151830)
@@ -1773,6 +1773,11 @@
PASS Object.getOwnPropertyDescriptor(global, 'UIEvent').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'UIEvent').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'UIEvent').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'UIRequestEvent').value is UIRequestEvent
+PASS Object.getOwnPropertyDescriptor(global, 'UIRequestEvent').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'UIRequestEvent').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'UIRequestEvent').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'UIRequestEvent').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'URL').value is URL
PASS Object.getOwnPropertyDescriptor(global, 'URL').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'URL').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes