| <html xmlns="http://www.w3.org/1999/xhtml"> |
| span {background: white;display:none} |
| span:lang(de) {background: red} |
| document.getElementById("console").innerHTML += message; |
| var i = document.getElementById("emptyLang"); |
| if (document.defaultView.getComputedStyle(i, null).getPropertyValue('background-color') != "rgb(255, 255, 255)") { |
| var i2 = document.getElementById("emptyXmlLang"); |
| if (document.defaultView.getComputedStyle(i2, null).getPropertyValue('background-color') != "rgb(255, 255, 255)") { |
| var i3 = document.getElementById("noLang"); |
| if (document.defaultView.getComputedStyle(i3, null).getPropertyValue('background-color') != "rgb(255, 0, 0)") { |
| <p>Tests if empty language declarations are supported</p> |
| <span lang="" id="emptyLang"/> |
| <span xml:lang="" id="emptyXmlLang"/> |