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