Move transform_simple_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-14 00:09:15 -04:00
parent 0ae55ed5cc
commit be594f6c09
4 changed files with 25 additions and 1 deletions

View file

@ -345,7 +345,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
== text_transform_uppercase_a.html text_transform_uppercase_ref.html == text_transform_uppercase_a.html text_transform_uppercase_ref.html
== transform_3d.html transform_3d_ref.html == transform_3d.html transform_3d_ref.html
== transform_optimization.html transform_optimization_ref.html == transform_optimization.html transform_optimization_ref.html
== transform_simple_a.html transform_simple_ref.html
flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html
== vertical_align_bottom_a.html vertical_align_bottom_ref.html == vertical_align_bottom_a.html vertical_align_bottom_ref.html
== vertical_align_inline_block_a.html vertical_align_inline_block_ref.html == vertical_align_inline_block_a.html vertical_align_inline_block_ref.html

View file

@ -603,6 +603,18 @@
"url": "/_mozilla/css/stacking_context_rtl.html" "url": "/_mozilla/css/stacking_context_rtl.html"
} }
], ],
"css/transform_simple_a.html": [
{
"path": "css/transform_simple_a.html",
"references": [
[
"/_mozilla/css/transform_simple_ref.html",
"=="
]
],
"url": "/_mozilla/css/transform_simple_a.html"
}
],
"css/transform_skew_a.html": [ "css/transform_skew_a.html": [
{ {
"path": "css/transform_skew_a.html", "path": "css/transform_skew_a.html",
@ -2048,6 +2060,18 @@
"url": "/_mozilla/css/stacking_context_rtl.html" "url": "/_mozilla/css/stacking_context_rtl.html"
} }
], ],
"css/transform_simple_a.html": [
{
"path": "css/transform_simple_a.html",
"references": [
[
"/_mozilla/css/transform_simple_ref.html",
"=="
]
],
"url": "/_mozilla/css/transform_simple_a.html"
}
],
"css/transform_skew_a.html": [ "css/transform_skew_a.html": [
{ {
"path": "css/transform_skew_a.html", "path": "css/transform_skew_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel='match' href='transform_simple_ref.html'>
<!-- Tests that basic CSS transforms work. --> <!-- Tests that basic CSS transforms work. -->
<style> <style>
section { section {