mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move transform_optimization.html to wpt reftests.
This commit is contained in:
parent
9216468a86
commit
5df2375d35
4 changed files with 25 additions and 1 deletions
|
@ -344,7 +344,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== text_transform_none_a.html text_transform_none_ref.html
|
== text_transform_none_a.html text_transform_none_ref.html
|
||||||
== 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
|
|
||||||
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
|
||||||
== viewport_meta.html viewport_rule_ref.html
|
== viewport_meta.html viewport_rule_ref.html
|
||||||
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.html
|
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.html
|
||||||
|
|
|
@ -603,6 +603,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/transform_optimization.html": [
|
||||||
|
{
|
||||||
|
"path": "css/transform_optimization.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/transform_optimization_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/transform_optimization.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/transform_simple_a.html": [
|
"css/transform_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/transform_simple_a.html",
|
"path": "css/transform_simple_a.html",
|
||||||
|
@ -2144,6 +2156,18 @@
|
||||||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/transform_optimization.html": [
|
||||||
|
{
|
||||||
|
"path": "css/transform_optimization.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/transform_optimization_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/transform_optimization.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/transform_simple_a.html": [
|
"css/transform_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/transform_simple_a.html",
|
"path": "css/transform_simple_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='transform_optimization_ref.html'>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue