 Chromium Code Reviews
 Chromium Code Reviews Issue 496313003:
  Adding DumpAccessibilityTree Tests  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 496313003:
  Adding DumpAccessibilityTree Tests  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: content/test/data/accessibility/sub.html | 
| diff --git a/content/test/data/accessibility/sub.html b/content/test/data/accessibility/sub.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..04ca790731693bd0549bc478e80b3e2aa16bd282 | 
| --- /dev/null | 
| +++ b/content/test/data/accessibility/sub.html | 
| @@ -0,0 +1,8 @@ | 
| +<!DOCTYPE html> | 
| +<html> | 
| +<body> | 
| + | 
| +<p>This text contains <sub>subscript</sub> text.</p> | 
| + | 
| +</body> | 
| +</html> |