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> |