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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html

Issue 2020943002: update-w3c-deps: Do not modify testharness tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/wpt/dom/nodes/Document-getElementById.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html
index 84086cdc39865d7a350fa167efe7547621c9c7c5..1dec4c085bcaa0e50394685464c31efac8e6308d 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html
@@ -8,19 +8,19 @@
<body>
<div id="log"></div>
- <!-- test 0 -->
+ <!-- test 0 -->
<div id=""></div>
- <!-- test 1 -->
+ <!-- test 1 -->
<div id="test1"></div>
- <!-- test 5 -->
+ <!-- test 5 -->
<div id="test5" data-name="1st">
<p id="test5" data-name="2nd">P</p>
<input id="test5" type="submit" value="Submit" data-name="3rd">
</div>
- <!-- test 15 -->
+ <!-- test 15 -->
<div id="outer">
<div id="middle">
<div id="inner"></div>

Powered by Google App Engine
This is Rietveld 408576698