Title: [121815] trunk/LayoutTests
- Revision
- 121815
- Author
- [email protected]
- Date
- 2012-07-03 17:03:17 -0700 (Tue, 03 Jul 2012)
Log Message
Parameter 'id' is not used in getUserModifyProperty() of fast/dom/shadow/user-modify-inheritance.html.
https://bugs.webkit.org/show_bug.cgi?id=90434
Reviewed by Ryosuke Niwa.
* fast/dom/shadow/user-modify-inheritance.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (121814 => 121815)
--- trunk/LayoutTests/ChangeLog 2012-07-04 00:01:24 UTC (rev 121814)
+++ trunk/LayoutTests/ChangeLog 2012-07-04 00:03:17 UTC (rev 121815)
@@ -1,3 +1,12 @@
+2012-07-03 Hayato Ito <[email protected]>
+
+ Parameter 'id' is not used in getUserModifyProperty() of fast/dom/shadow/user-modify-inheritance.html.
+ https://bugs.webkit.org/show_bug.cgi?id=90434
+
+ Reviewed by Ryosuke Niwa.
+
+ * fast/dom/shadow/user-modify-inheritance.html:
+
2012-07-03 Xueqing Huang <[email protected]>
eventSender.beginDragWithFiles had been implemented in Windows, related tests should be removed from Skipped.
Modified: trunk/LayoutTests/fast/dom/shadow/user-modify-inheritance.html (121814 => 121815)
--- trunk/LayoutTests/fast/dom/shadow/user-modify-inheritance.html 2012-07-04 00:01:24 UTC (rev 121814)
+++ trunk/LayoutTests/fast/dom/shadow/user-modify-inheritance.html 2012-07-04 00:03:17 UTC (rev 121815)
@@ -29,7 +29,7 @@
}
function getUserModifyProperty(id) {
- return computedStyle(document.getElementById("child-a"), userModifyPropertyName);
+ return computedStyle(document.getElementById(id), userModifyPropertyName);
}
function prepareNodeInShadowRoot(host, contentEditableAttributeValueForNode) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes