Move hide_after_create.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent 0eb67166ed
commit 0439894c7c
4 changed files with 25 additions and 1 deletions

View file

@ -36,7 +36,6 @@ prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.ht
== floated_negative_margins_a.html floated_negative_margins_ref.html
== font_size.html font_size_ref.html
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
== hide_after_create.html hide_after_create_ref.html
== iframe/bg_color.html iframe/bg_color_ref.html
== iframe/hide_after_load.html iframe/hide_after_load_ref.html

View file

@ -1223,6 +1223,18 @@
"url": "/_mozilla/css/height_compute_reset.html"
}
],
"css/hide_after_create.html": [
{
"path": "css/hide_after_create.html",
"references": [
[
"/_mozilla/css/hide_after_create_ref.html",
"=="
]
],
"url": "/_mozilla/css/hide_after_create.html"
}
],
"css/img_block_display_a.html": [
{
"path": "css/img_block_display_a.html",
@ -5616,6 +5628,18 @@
"url": "/_mozilla/css/height_compute_reset.html"
}
],
"css/hide_after_create.html": [
{
"path": "css/hide_after_create.html",
"references": [
[
"/_mozilla/css/hide_after_create_ref.html",
"=="
]
],
"url": "/_mozilla/css/hide_after_create.html"
}
],
"css/img_block_display_a.html": [
{
"path": "css/img_block_display_a.html",

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html class="reftest-wait">
<link rel='match' href='hide_after_create_ref.html'>
<style type="text/css">
.hidden {
display: none;