mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1028716 - Reftests for <progress> and <meter> with various writing-mode and -moz-orient combinations. r=dbaron
This commit is contained in:
parent
60c269d721
commit
9bf007a430
3
layout/reftests/forms/meter/meter-orient-block.html
Normal file
3
layout/reftests/forms/meter/meter-orient-block.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="-moz-orient:block" max=100 value=70>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="-moz-orient:horizontal" max=100 value=70 dir=rtl>
|
3
layout/reftests/forms/meter/meter-orient-horizontal.html
Normal file
3
layout/reftests/forms/meter/meter-orient-horizontal.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="-moz-orient:horizontal" max=100 value=70>
|
3
layout/reftests/forms/meter/meter-orient-inline.html
Normal file
3
layout/reftests/forms/meter/meter-orient-inline.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="-moz-orient:inline" max=100 value=70>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="-moz-orient:vertical" max=100 value=70 dir=rtl>
|
3
layout/reftests/forms/meter/meter-orient-vertical.html
Normal file
3
layout/reftests/forms/meter/meter-orient-vertical.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="-moz-orient:vertical" max=100 value=70>
|
3
layout/reftests/forms/meter/meter-vlr-orient-block.html
Normal file
3
layout/reftests/forms/meter/meter-vlr-orient-block.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="writing-mode:vertical-lr;-moz-orient:block" max=100 value=70>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="writing-mode:vertical-lr;-moz-orient:horizontal" max=100 value=70>
|
3
layout/reftests/forms/meter/meter-vlr-orient-inline.html
Normal file
3
layout/reftests/forms/meter/meter-vlr-orient-inline.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="writing-mode:vertical-lr;-moz-orient:inline" max=100 value=70>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="writing-mode:vertical-lr;-moz-orient:vertical" max=100 value=70>
|
3
layout/reftests/forms/meter/meter-vlr.html
Normal file
3
layout/reftests/forms/meter/meter-vlr.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="writing-mode:vertical-lr" max=100 value=70>
|
3
layout/reftests/forms/meter/meter-vrl-orient-block.html
Normal file
3
layout/reftests/forms/meter/meter-vrl-orient-block.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="writing-mode:vertical-rl;-moz-orient:block" max=100 value=70>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="writing-mode:vertical-rl;-moz-orient:horizontal" max=100 value=70>
|
3
layout/reftests/forms/meter/meter-vrl-orient-inline.html
Normal file
3
layout/reftests/forms/meter/meter-vrl-orient-inline.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="writing-mode:vertical-rl;-moz-orient:inline" max=100 value=70>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="writing-mode:vertical-rl;-moz-orient:vertical" max=100 value=70>
|
3
layout/reftests/forms/meter/meter-vrl.html
Normal file
3
layout/reftests/forms/meter/meter-vrl.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meter style="writing-mode:vertical-rl" max=100 value=70>
|
@ -25,3 +25,22 @@ include default-style/reftest.list
|
||||
== block-invalidate.html block-invalidate-ref.html
|
||||
== in-cells.html in-cells-ref.html
|
||||
== max-height.html max-height-ref.html
|
||||
|
||||
# Tests for block and inline orientation in combination with writing-mode
|
||||
# XXX Remove default-preferences setting here after bug 1138384 makes
|
||||
# it the default for all channels
|
||||
default-preferences pref(layout.css.vertical-text.enabled,true)
|
||||
!= meter-orient-vertical.html meter-orient-horizontal.html
|
||||
!= meter-orient-horizontal.html meter-orient-horizontal-rtl.html
|
||||
== meter-orient-block.html meter-orient-vertical.html
|
||||
== meter-orient-inline.html meter-orient-horizontal.html
|
||||
== meter-vlr.html meter-orient-vertical.html
|
||||
== meter-vlr-orient-block.html meter-orient-horizontal.html
|
||||
== meter-vlr-orient-inline.html meter-orient-vertical.html
|
||||
== meter-vlr-orient-horizontal.html meter-orient-horizontal.html
|
||||
== meter-vlr-orient-vertical.html meter-orient-vertical.html
|
||||
== meter-vrl.html meter-orient-vertical-rtl.html
|
||||
== meter-vrl-orient-block.html meter-orient-horizontal-rtl.html
|
||||
== meter-vrl-orient-inline.html meter-orient-vertical-rtl.html
|
||||
== meter-vrl-orient-horizontal.html meter-orient-horizontal-rtl.html
|
||||
== meter-vrl-orient-vertical.html meter-orient-vertical-rtl.html
|
||||
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="-moz-orient:block" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="-moz-orient:horizontal" max=100 value=0 dir=rtl>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="-moz-orient:horizontal" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="-moz-orient:inline" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="-moz-orient:vertical" max=100 value=0 dir=rtl>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="-moz-orient:vertical" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="writing-mode:vertical-lr;-moz-orient:block" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="writing-mode:vertical-lr;-moz-orient:horizontal" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="writing-mode:vertical-lr;-moz-orient:inline" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="writing-mode:vertical-lr;-moz-orient:vertical" max=100 value=0>
|
3
layout/reftests/forms/progress/progress-vlr.html
Normal file
3
layout/reftests/forms/progress/progress-vlr.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="writing-mode:vertical-lr" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="writing-mode:vertical-rl;-moz-orient:block" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="writing-mode:vertical-rl;-moz-orient:horizontal" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="writing-mode:vertical-rl;-moz-orient:inline" max=100 value=0>
|
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="writing-mode:vertical-rl;-moz-orient:vertical" max=100 value=0>
|
3
layout/reftests/forms/progress/progress-vrl.html
Normal file
3
layout/reftests/forms/progress/progress-vrl.html
Normal file
@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<progress style="writing-mode:vertical-rl" max=100 value=0>
|
@ -24,3 +24,22 @@ skip-if(B2G||Mulet) == bar-pseudo-element-vertical.html bar-pseudo-element-verti
|
||||
== block-invalidate.html block-invalidate-ref.html
|
||||
== in-cells.html in-cells-ref.html
|
||||
== max-height.html max-height-ref.html
|
||||
|
||||
# Tests for block and inline orientation in combination with writing-mode
|
||||
# XXX Remove default-preferences setting here after bug 1138384 makes
|
||||
# it the default for all channels
|
||||
default-preferences pref(layout.css.vertical-text.enabled,true)
|
||||
!= progress-orient-horizontal.html progress-orient-vertical.html
|
||||
fails-if(!cocoaWidget) != progress-orient-vertical.html progress-orient-vertical-rtl.html # only OS X currently has direction-dependent rendering here
|
||||
== progress-orient-block.html progress-orient-vertical.html
|
||||
== progress-orient-inline.html progress-orient-horizontal.html
|
||||
== progress-vlr.html progress-orient-vertical.html
|
||||
== progress-vlr-orient-block.html progress-orient-horizontal.html
|
||||
== progress-vlr-orient-inline.html progress-orient-vertical.html
|
||||
== progress-vlr-orient-horizontal.html progress-orient-horizontal.html
|
||||
== progress-vlr-orient-vertical.html progress-orient-vertical.html
|
||||
== progress-vrl.html progress-orient-vertical-rtl.html
|
||||
== progress-vrl-orient-block.html progress-orient-horizontal-rtl.html
|
||||
== progress-vrl-orient-inline.html progress-orient-vertical-rtl.html
|
||||
== progress-vrl-orient-horizontal.html progress-orient-horizontal-rtl.html
|
||||
== progress-vrl-orient-vertical.html progress-orient-vertical-rtl.html
|
||||
|
Loading…
Reference in New Issue
Block a user