Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-002.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-002.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-002.html |
index 0432e478d4f851e3a62eb941e6677d3e1a79fbe6..205bc35f2de70668793eb8737d950eab84adc831 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-002.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-002.html |
@@ -23,11 +23,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) |