mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move viewport_meta.html and viewport_rule.html to wpt reftests.
This commit is contained in:
parent
544568b16f
commit
bd25225cd2
7 changed files with 52 additions and 2 deletions
|
@ -51,12 +51,10 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
!= text_overflow_a.html text_overflow_ref.html
|
!= text_overflow_a.html text_overflow_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
|
||||||
prefs:"layout.viewport.enabled" == 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
|
||||||
# resolution=600x800 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_b.html
|
# resolution=600x800 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_b.html
|
||||||
resolution=800x600 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_a.html
|
resolution=800x600 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_a.html
|
||||||
# resolution=600x800 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_b.html
|
# resolution=600x800 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_b.html
|
||||||
prefs:"layout.viewport.enabled" == viewport_rule.html viewport_rule_ref.html
|
|
||||||
|
|
||||||
flaky_macos == white_space_intrinsic_sizes_a.html white_space_intrinsic_sizes_ref.html
|
flaky_macos == white_space_intrinsic_sizes_a.html white_space_intrinsic_sizes_ref.html
|
||||||
|
|
||||||
|
|
|
@ -4447,6 +4447,30 @@
|
||||||
"url": "/_mozilla/css/viewport_ignore_desktop.html"
|
"url": "/_mozilla/css/viewport_ignore_desktop.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/viewport_meta.html": [
|
||||||
|
{
|
||||||
|
"path": "css/viewport_meta.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/viewport_rule_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/viewport_meta.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"css/viewport_rule.html": [
|
||||||
|
{
|
||||||
|
"path": "css/viewport_rule.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/viewport_rule_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/viewport_rule.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/visibility_hidden.html": [
|
"css/visibility_hidden.html": [
|
||||||
{
|
{
|
||||||
"path": "css/visibility_hidden.html",
|
"path": "css/visibility_hidden.html",
|
||||||
|
@ -9864,6 +9888,30 @@
|
||||||
"url": "/_mozilla/css/viewport_ignore_desktop.html"
|
"url": "/_mozilla/css/viewport_ignore_desktop.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/viewport_meta.html": [
|
||||||
|
{
|
||||||
|
"path": "css/viewport_meta.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/viewport_rule_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/viewport_meta.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"css/viewport_rule.html": [
|
||||||
|
{
|
||||||
|
"path": "css/viewport_rule.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/viewport_rule_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/viewport_rule.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/visibility_hidden.html": [
|
"css/visibility_hidden.html": [
|
||||||
{
|
{
|
||||||
"path": "css/visibility_hidden.html",
|
"path": "css/visibility_hidden.html",
|
||||||
|
|
1
tests/wpt/mozilla/meta/css/viewport_meta.html.ini
Normal file
1
tests/wpt/mozilla/meta/css/viewport_meta.html.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
prefs: ["layout.viewport.enabled:true"]
|
1
tests/wpt/mozilla/meta/css/viewport_rule.html.ini
Normal file
1
tests/wpt/mozilla/meta/css/viewport_rule.html.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
prefs: ["layout.viewport.enabled:true"]
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=viewport_rule_ref.html>
|
||||||
<meta name="viewport" content="width=240">
|
<meta name="viewport" content="width=240">
|
||||||
<style>
|
<style>
|
||||||
#container {
|
#container {
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=viewport_rule_ref.html>
|
||||||
<style>
|
<style>
|
||||||
@viewport {
|
@viewport {
|
||||||
height: auto;
|
height: auto;
|
Loading…
Add table
Add a link
Reference in a new issue