Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-006.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-006.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-006.html |
index 54456d0ae81575fd627435d45e17fe87ed8b26ca..ede491202559d9719896662b37c429c219a11637 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-006.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements/global-attributes/the-lang-attribute-006.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) |