mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Move append_style_a.html to wpt reftests.
This commit is contained in:
parent
82183aebd7
commit
29feccd02e
4 changed files with 25 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
<div style="background-color: blue">this is the story of a girl</div>
|
|
@ -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>
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue