Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-007.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-007.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-007.html |
index 0327c5167c56eeeaae837571a72e1e57596c23b6..8fafef036f6ac93dbcc1a7c6bf2a4e893f6f93e2 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-007.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-007.html |
@@ -24,11 +24,11 @@ |
<p lang='xx' id='colonlangcontroltest'>This test failed because it relies on :lang for results, but :lang is not supported by this browser.</p> |
-<!-- Notes: |
+<!--Notes: |
This test uses :lang to detect whether the language has been set. If :lang is not supported, a message will appear and the test will fail. |
- --> |
+--> |
<script> |
test(function() { |
assert_equals(document.getElementById('colonlangcontroltest').offsetWidth, 0) |