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