| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/resources/common.js
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/resources/common.js b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/resources/common.js
|
| index 0f2bfb1e21a486fba94995137255c2cc6ce1b3ec..5d3afd64faf93f59dea0bb4dcd23d46440ea745a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/resources/common.js
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/resources/common.js
|
| @@ -157,10 +157,6 @@ function assert_nodelist_contents_equal_noorder(actual, expected, message) {
|
| }
|
| }
|
|
|
| -function isVisible(el) {
|
| - return el.offsetTop != 0;
|
| -}
|
| -
|
| function isVoidElement(elementName) {
|
| return HTML5_VOID_ELEMENTS.indexOf(elementName) >= 0;
|
| }
|
|
|