Auto merge of #6584 - Ms2ger:wpt_20150709, r=jdm

Update web-platform-tests to revision 5e3ea8f49fee68c327388bfd1dd1375a8ce12a0e.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6584)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo
2015-07-14 05:33:35 -06:00
1166 changed files with 35123 additions and 900 deletions

View File

@@ -0,0 +1,11 @@
[ChildNode-after.html]
type: testharness
[Comment.after() with one sibling of child and text as arguments.]
expected: FAIL
[Element.after() with one sibling of child and text as arguments.]
expected: FAIL
[Text.after() with one sibling of child and text as arguments.]
expected: FAIL

View File

@@ -0,0 +1,11 @@
[ChildNode-before.html]
type: testharness
[Comment.before() with context object itself as the argument.]
expected: FAIL
[Element.before() with context object itself as the argument.]
expected: FAIL
[Text.before() with context object itself as the argument.]
expected: FAIL

View File

@@ -0,0 +1,11 @@
[ChildNode-replaceWith.html]
type: testharness
[Comment.replaceWith() with one sibling of child and child itself as arguments.]
expected: FAIL
[Element.replaceWith() with one sibling of child and child itself as arguments.]
expected: FAIL
[Text.replaceWith() with one sibling of child and child itself as arguments.]
expected: FAIL