| Index: content/test/data/accessibility/section.html
|
| diff --git a/content/test/data/accessibility/header.html b/content/test/data/accessibility/section.html
|
| similarity index 69%
|
| copy from content/test/data/accessibility/header.html
|
| copy to content/test/data/accessibility/section.html
|
| index bef095c8ad4f22706637af152af1d2acc7dbbe5a..281a617714e5260cddcf0e721e6668ee14ea9525 100644
|
| --- a/content/test/data/accessibility/header.html
|
| +++ b/content/test/data/accessibility/section.html
|
| @@ -6,8 +6,10 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <body>
|
| - <header>
|
| - Chromium Browser
|
| - </header>
|
| +
|
| +<section>
|
| + This is a section element.
|
| +</section>
|
| +
|
| </body>
|
| </html>
|
|
|