Move append_style_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-12-07 15:06:08 -05:00
parent 82183aebd7
commit 29feccd02e
4 changed files with 25 additions and 3 deletions

View file

@ -1 +0,0 @@
<div style="background-color: blue">this is the story of a girl</div>

View file

@ -1,6 +0,0 @@
<div id="hello">this is the story of a girl</div>
<script>
var style = document.createElement('style');
style.textContent = "#hello { background-color: blue; }"
document.head.appendChild(style);
</script>

View file

@ -4,9 +4,6 @@
# Should be == with expected failure:
fragment=top != ../html/acid2.html acid2_ref.html
flaky_cpu == append_style_a.html append_style_b.html
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.html