summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/compatMode-in-xhtml.xhtml
blob: 528f3ac87df1e40282e50fd8fab43ccda761db4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
 <head> 
  <meta charset="utf-8" /> 
  <title>XHTML</title> 
 </head> 
 <body> 
 <script>
    if (window.testRunner)
        testRunner.dumpAsText();
    alert(document.compatMode);
 </script>
 </body> 
</html>