| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol.html
|
| index 6dfd26eecb00204d18dd3e6e5bc7e05daa9f33b9..0de2a064103ff9c42279fd6eed08eb0891015c5a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol.html
|
| @@ -169,17 +169,17 @@
|
| // check that "own" properties reversed, start, and type are present
|
| test(function () {
|
| testList = document.getElementById("basic");
|
| - assert_own_property(testList, "reversed");
|
| + assert_idl_attribute(testList, "reversed");
|
| }, "'reversed' property should be defined on OL.");
|
|
|
| test(function () {
|
| testList = document.getElementById("basic");
|
| - assert_own_property(testList, "start");
|
| + assert_idl_attribute(testList, "start");
|
| }, "'start' property should be defined on OL.");
|
|
|
| test(function () {
|
| testList = document.getElementById("basic");
|
| - assert_own_property(testList, "type");
|
| + assert_idl_attribute(testList, "type");
|
| }, "'type' property should be defined on OL.");
|
|
|
| // "The reversed, start, and type IDL attributes must reflect the respective content attributes of the same name."
|
|
|