Parameter 'id' is not used in getUserModifyProperty() of fast/dom/shadow/user-modify...
authorhayato@chromium.org <hayato@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Jul 2012 00:03:17 +0000 (00:03 +0000)
committerhayato@chromium.org <hayato@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Jul 2012 00:03:17 +0000 (00:03 +0000)
https://bugs.webkit.org/show_bug.cgi?id=90434

Reviewed by Ryosuke Niwa.

* fast/dom/shadow/user-modify-inheritance.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121815 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/fast/dom/shadow/user-modify-inheritance.html

index e256975..b3bc6a6 100644 (file)
@@ -1,3 +1,12 @@
+2012-07-03  Hayato Ito  <hayato@chromium.org>
+
+        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  <huangxueqing@baidu.com>
 
         eventSender.beginDragWithFiles had been implemented in Windows, related tests should be removed from Skipped.
index 9905436..4ea0c6a 100644 (file)
@@ -29,7 +29,7 @@ function computedStyle(element, style) {
 }
 
 function getUserModifyProperty(id) {
-    return computedStyle(document.getElementById("child-a"), userModifyPropertyName);
+    return computedStyle(document.getElementById(id), userModifyPropertyName);
 }
 
 function prepareNodeInShadowRoot(host, contentEditableAttributeValueForNode) {