Title: [134925] trunk/LayoutTests
Revision
134925
Author
commit-qu...@webkit.org
Date
2012-11-16 03:30:23 -0800 (Fri, 16 Nov 2012)

Log Message

REGRESSION (r134774-r134779): fast/frames/detached-shadow-frame.html failing on Apple Win 7 Release (Tests)
https://bugs.webkit.org/show_bug.cgi?id=102433

Patch by Elliott Sprehn <espr...@chromium.org> on 2012-11-16
Reviewed by Dimitri Glazkov.

Need to include the Shadow DOM polyfill.js since not all ports
web expose the WebkitShadowRoot constructor.

* fast/frames/detached-shadow-frame.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (134924 => 134925)


--- trunk/LayoutTests/ChangeLog	2012-11-16 11:23:11 UTC (rev 134924)
+++ trunk/LayoutTests/ChangeLog	2012-11-16 11:30:23 UTC (rev 134925)
@@ -1,3 +1,15 @@
+2012-11-16  Elliott Sprehn  <espr...@chromium.org>
+
+        REGRESSION (r134774-r134779): fast/frames/detached-shadow-frame.html failing on Apple Win 7 Release (Tests)
+        https://bugs.webkit.org/show_bug.cgi?id=102433
+
+        Reviewed by Dimitri Glazkov.
+
+        Need to include the Shadow DOM polyfill.js since not all ports
+        web expose the WebkitShadowRoot constructor.
+
+        * fast/frames/detached-shadow-frame.html:
+
 2012-11-16  Csaba Osztrogonác  <o...@webkit.org>
 
         [Qt] Unreviewed gardening.

Modified: trunk/LayoutTests/fast/frames/detached-shadow-frame.html (134924 => 134925)


--- trunk/LayoutTests/fast/frames/detached-shadow-frame.html	2012-11-16 11:23:11 UTC (rev 134924)
+++ trunk/LayoutTests/fast/frames/detached-shadow-frame.html	2012-11-16 11:30:23 UTC (rev 134925)
@@ -2,6 +2,7 @@
 
 <body>
 
+<script src=""
 <script src=""
 
 <script>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to