diff options
Diffstat (limited to 'dom/tests/mochitest/ajax/jquery/test/data/test3.html')
-rw-r--r-- | dom/tests/mochitest/ajax/jquery/test/data/test3.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/tests/mochitest/ajax/jquery/test/data/test3.html b/dom/tests/mochitest/ajax/jquery/test/data/test3.html new file mode 100644 index 000000000..909d41745 --- /dev/null +++ b/dom/tests/mochitest/ajax/jquery/test/data/test3.html @@ -0,0 +1,3 @@ +<div class="user">This is a user</div> +<div class="user">This is a user</div> +<div class="teacher">This is a teacher</div> |