Move clip_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent 468df737d2
commit cee4879dd1
4 changed files with 25 additions and 1 deletions

View file

@ -34,7 +34,6 @@ flaky_cpu == append_style_a.html append_style_b.html
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html == canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
== case-insensitive-font-family.html case-insensitive-font-family-ref.html == case-insensitive-font-family.html case-insensitive-font-family-ref.html
== clear_generated_content_table_a.html clear_generated_content_table_ref.html == clear_generated_content_table_a.html clear_generated_content_table_ref.html
== clip_a.html clip_ref.html
== counters_simple_a.html counters_simple_ref.html == counters_simple_a.html counters_simple_ref.html
== empty_cells_a.html empty_cells_ref.html == empty_cells_a.html empty_cells_ref.html
== filter_opacity_a.html filter_opacity_ref.html == filter_opacity_a.html filter_opacity_ref.html

View file

@ -803,6 +803,18 @@
"url": "/_mozilla/css/class-namespaces.html" "url": "/_mozilla/css/class-namespaces.html"
} }
], ],
"css/clip_a.html": [
{
"path": "css/clip_a.html",
"references": [
[
"/_mozilla/css/clip_ref.html",
"=="
]
],
"url": "/_mozilla/css/clip_a.html"
}
],
"css/counters_nested_a.html": [ "css/counters_nested_a.html": [
{ {
"path": "css/counters_nested_a.html", "path": "css/counters_nested_a.html",
@ -5076,6 +5088,18 @@
"url": "/_mozilla/css/class-namespaces.html" "url": "/_mozilla/css/class-namespaces.html"
} }
], ],
"css/clip_a.html": [
{
"path": "css/clip_a.html",
"references": [
[
"/_mozilla/css/clip_ref.html",
"=="
]
],
"url": "/_mozilla/css/clip_a.html"
}
],
"css/counters_nested_a.html": [ "css/counters_nested_a.html": [
{ {
"path": "css/counters_nested_a.html", "path": "css/counters_nested_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel='match' href='clip_ref.html'>
<!-- Tests that various `clip` values per CSS 2.1 work. --> <!-- Tests that various `clip` values per CSS 2.1 work. -->
<style> <style>
section { section {