Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/resources/common.js

Issue 1899623002: Import latest web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: handle new failures Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698