Changeset 121815 in webkit


Ignore:
Timestamp:
Jul 3, 2012 5:03:17 PM (12 years ago)
Author:
hayato@chromium.org
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r121814 r121815  
     12012-07-03  Hayato Ito  <hayato@chromium.org>
     2
     3        Parameter 'id' is not used in getUserModifyProperty() of fast/dom/shadow/user-modify-inheritance.html.
     4        https://bugs.webkit.org/show_bug.cgi?id=90434
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * fast/dom/shadow/user-modify-inheritance.html:
     9
    1102012-07-03  Xueqing Huang  <huangxueqing@baidu.com>
    211
  • trunk/LayoutTests/fast/dom/shadow/user-modify-inheritance.html

    r121495 r121815  
    3030
    3131function getUserModifyProperty(id) {
    32     return computedStyle(document.getElementById("child-a"), userModifyPropertyName);
     32    return computedStyle(document.getElementById(id), userModifyPropertyName);
    3333}
    3434
Note: See TracChangeset for help on using the changeset viewer.