1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/devtools/markupview/test/doc_markup_search.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head></head> 1.7 +<body> 1.8 + <ul> 1.9 + <li> 1.10 + <span>this is an <em>important</em> node</span> 1.11 + </li> 1.12 + </ul> 1.13 +</body> 1.14 +</html> 1.15 \ No newline at end of file