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

Unified Diff: LayoutTests/fast/dom/getElementsByClassName/non-styled-elements.html

Issue 458663003: getElementsByClassName should include non styled Elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use use js-test.js Created 6 years, 4 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: LayoutTests/fast/dom/getElementsByClassName/non-styled-elements.html
diff --git a/LayoutTests/fast/css/getComputedStyle/script-tests/TEMPLATE.html b/LayoutTests/fast/dom/getElementsByClassName/non-styled-elements.html
similarity index 70%
copy from LayoutTests/fast/css/getComputedStyle/script-tests/TEMPLATE.html
copy to LayoutTests/fast/dom/getElementsByClassName/non-styled-elements.html
index a44cea6ae5efb61151a6c29de25eb96b9e332bb8..c974972b79a5390996733f66104fafe226d38e0c 100644
--- a/LayoutTests/fast/css/getComputedStyle/script-tests/TEMPLATE.html
+++ b/LayoutTests/fast/dom/getElementsByClassName/non-styled-elements.html
@@ -4,6 +4,7 @@
<script src="../../../resources/js-test.js"></script>
</head>
<body>
-<script src="YOUR_JS_FILE_HERE"></script>
+<script src="script-tests/non-styled-elements.js"></script>
Inactive 2014/08/16 17:17:10 nit: Script should be inlined.
</body>
</html>
+
Inactive 2014/08/16 17:17:10 nit: New line is not needed.

Powered by Google App Engine
This is Rietveld 408576698