mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move transform_3d.html to wpt reftests.
This commit is contained in:
parent
fa8971588a
commit
fbc4dd18ea
4 changed files with 25 additions and 1 deletions
|
@ -324,7 +324,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||
!= text_overflow_a.html text_overflow_ref.html
|
||||
== text_transform_capitalize_a.html text_transform_capitalize_ref.html
|
||||
== transform_3d.html transform_3d_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
|
||||
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.html
|
||||
|
|
|
@ -831,6 +831,18 @@
|
|||
"url": "/_mozilla/css/text_transform_uppercase_a.html"
|
||||
}
|
||||
],
|
||||
"css/transform_3d.html": [
|
||||
{
|
||||
"path": "css/transform_3d.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/transform_3d_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/transform_3d.html"
|
||||
}
|
||||
],
|
||||
"css/transform_optimization.html": [
|
||||
{
|
||||
"path": "css/transform_optimization.html",
|
||||
|
@ -2612,6 +2624,18 @@
|
|||
"url": "/_mozilla/css/text_transform_uppercase_a.html"
|
||||
}
|
||||
],
|
||||
"css/transform_3d.html": [
|
||||
{
|
||||
"path": "css/transform_3d.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/transform_3d_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/transform_3d.html"
|
||||
}
|
||||
],
|
||||
"css/transform_optimization.html": [
|
||||
{
|
||||
"path": "css/transform_optimization.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='transform_3d_ref.html'>
|
||||
<style type="text/css">
|
||||
#div_t3d_1 {
|
||||
position: absolute;
|
Loading…
Add table
Add a link
Reference in a new issue