From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../reftests/css-mediaqueries/mq_print-ref.xhtml | 33 ++++++++++++ .../css-mediaqueries/mq_print_aspectratio.xhtml | 56 ++++++++++++++++++++ .../mq_print_deviceaspectratio.xhtml | 55 ++++++++++++++++++++ .../css-mediaqueries/mq_print_deviceheight.xhtml | 55 ++++++++++++++++++++ .../css-mediaqueries/mq_print_devicewidth.xhtml | 55 ++++++++++++++++++++ .../css-mediaqueries/mq_print_height.xhtml | 55 ++++++++++++++++++++ .../css-mediaqueries/mq_print_maxheight.xhtml | 57 ++++++++++++++++++++ .../mq_print_maxheight_updown.xhtml | 60 ++++++++++++++++++++++ .../css-mediaqueries/mq_print_maxwidth.xhtml | 57 ++++++++++++++++++++ .../mq_print_maxwidth_updown.xhtml | 58 +++++++++++++++++++++ .../css-mediaqueries/mq_print_minheight.xhtml | 57 ++++++++++++++++++++ .../mq_print_minheight_updown.xhtml | 58 +++++++++++++++++++++ .../css-mediaqueries/mq_print_minwidth.xhtml | 57 ++++++++++++++++++++ .../mq_print_minwidth_updown.xhtml | 58 +++++++++++++++++++++ .../mq_print_orientation-ref.xhtml | 27 ++++++++++ .../css-mediaqueries/mq_print_orientation.xhtml | 41 +++++++++++++++ .../reftests/css-mediaqueries/mq_print_width.xhtml | 55 ++++++++++++++++++++ .../reftests/css-mediaqueries/reftest-stylo.list | 50 ++++++++++++++++++ layout/reftests/css-mediaqueries/reftest.list | 19 +++++++ .../css-mediaqueries/scoped-mq-update-helper.html | 10 ++++ .../css-mediaqueries/scoped-mq-update-ref.html | 2 + .../css-mediaqueries/scoped-mq-update.html | 11 ++++ .../css-mediaqueries/system-metrics-1-ref.html | 8 +++ .../css-mediaqueries/system-metrics-1.html | 28 ++++++++++ 24 files changed, 1022 insertions(+) create mode 100644 layout/reftests/css-mediaqueries/mq_print-ref.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_aspectratio.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_deviceaspectratio.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_deviceheight.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_devicewidth.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_height.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_maxheight.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_maxheight_updown.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_maxwidth.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_maxwidth_updown.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_minheight.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_minheight_updown.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_minwidth.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_minwidth_updown.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_orientation-ref.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_orientation.xhtml create mode 100644 layout/reftests/css-mediaqueries/mq_print_width.xhtml create mode 100644 layout/reftests/css-mediaqueries/reftest-stylo.list create mode 100644 layout/reftests/css-mediaqueries/reftest.list create mode 100644 layout/reftests/css-mediaqueries/scoped-mq-update-helper.html create mode 100644 layout/reftests/css-mediaqueries/scoped-mq-update-ref.html create mode 100644 layout/reftests/css-mediaqueries/scoped-mq-update.html create mode 100644 layout/reftests/css-mediaqueries/system-metrics-1-ref.html create mode 100644 layout/reftests/css-mediaqueries/system-metrics-1.html (limited to 'layout/reftests/css-mediaqueries') diff --git a/layout/reftests/css-mediaqueries/mq_print-ref.xhtml b/layout/reftests/css-mediaqueries/mq_print-ref.xhtml new file mode 100644 index 000000000..681fa39ac --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print-ref.xhtml @@ -0,0 +1,33 @@ + + + + + + + Media Query - print mode test - Reference + + + + +

a

+

b

+

c

+

d

+

e

+

f

+

g

+

h

+

i

+

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_aspectratio.xhtml b/layout/reftests/css-mediaqueries/mq_print_aspectratio.xhtml new file mode 100644 index 000000000..bcd0ad817 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_aspectratio.xhtml @@ -0,0 +1,56 @@ + + + + + Media Query - Print mode test - aspect-ratio + + + + +

a

+

b

+

c

+

d

+

e

+

f

+

g

+

h

+

i

+

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + + diff --git a/layout/reftests/css-mediaqueries/mq_print_deviceaspectratio.xhtml b/layout/reftests/css-mediaqueries/mq_print_deviceaspectratio.xhtml new file mode 100644 index 000000000..5fd48ce91 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_deviceaspectratio.xhtml @@ -0,0 +1,55 @@ + + + + + Media Query - Print mode test - Device-aspect-ratio + + + + +

a

+

b

+

c

+

d

+

e

+

f

+

g

+

h

+

i

+

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_deviceheight.xhtml b/layout/reftests/css-mediaqueries/mq_print_deviceheight.xhtml new file mode 100644 index 000000000..95a6e965a --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_deviceheight.xhtml @@ -0,0 +1,55 @@ + + + + + Media Query - Print mode test - device-height + + + + +

a

+

b

+

c

+

d

+

e

+

f

+

g

+

h

+

i

+

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_devicewidth.xhtml b/layout/reftests/css-mediaqueries/mq_print_devicewidth.xhtml new file mode 100644 index 000000000..82b54ef36 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_devicewidth.xhtml @@ -0,0 +1,55 @@ + + + + + Media Query - Print mode test - device-width + + + + +

a

+

b

+

c

+

d

+

e

+

f

+

g

+

h

+

i

+

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_height.xhtml b/layout/reftests/css-mediaqueries/mq_print_height.xhtml new file mode 100644 index 000000000..98ed475d3 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_height.xhtml @@ -0,0 +1,55 @@ + + + + + Media Query - Print mode test - height + + + + +

a

+

b

+

c

+

d

+

e

+

f

+

g

+

h

+

i

+

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_maxheight.xhtml b/layout/reftests/css-mediaqueries/mq_print_maxheight.xhtml new file mode 100644 index 000000000..c0dd2a041 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_maxheight.xhtml @@ -0,0 +1,57 @@ + + + + + Media Query - Print mode test - max-height + + + + +

a

+

b

+ +

c

+

d

+

e

+

f

+

g

+

h

+

i

+ +

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_maxheight_updown.xhtml b/layout/reftests/css-mediaqueries/mq_print_maxheight_updown.xhtml new file mode 100644 index 000000000..91e09f062 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_maxheight_updown.xhtml @@ -0,0 +1,60 @@ + + + + + Media Query - Print mode test - max-height + + + + +

a

+

b

+ +

c

+

d

+

e

+

f

+

g

+

h

+

i

+ +

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_maxwidth.xhtml b/layout/reftests/css-mediaqueries/mq_print_maxwidth.xhtml new file mode 100644 index 000000000..3c6e3d228 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_maxwidth.xhtml @@ -0,0 +1,57 @@ + + + + + Media Query - Print mode test - max-width + + + + +

a

+

b

+ +

c

+

d

+

e

+

f

+

g

+

h

+

i

+ +

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_maxwidth_updown.xhtml b/layout/reftests/css-mediaqueries/mq_print_maxwidth_updown.xhtml new file mode 100644 index 000000000..81f559055 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_maxwidth_updown.xhtml @@ -0,0 +1,58 @@ + + + + + Media Query - Print mode test - max-width + + + + +

a

+

b

+ +

c

+

d

+

e

+

f

+

g

+

h

+

i

+ +

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_minheight.xhtml b/layout/reftests/css-mediaqueries/mq_print_minheight.xhtml new file mode 100644 index 000000000..56108b0ba --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_minheight.xhtml @@ -0,0 +1,57 @@ + + + + + Media Query - Print mode test - min-height + + + + +

a

+

b

+ +

c

+

d

+

e

+

f

+

g

+

h

+

i

+ +

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_minheight_updown.xhtml b/layout/reftests/css-mediaqueries/mq_print_minheight_updown.xhtml new file mode 100644 index 000000000..c26269bfc --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_minheight_updown.xhtml @@ -0,0 +1,58 @@ + + + + + Media Query - Print mode test - min-height + + + + +

a

+

b

+ +

c

+

d

+

e

+

f

+

g

+

h

+

i

+ +

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_minwidth.xhtml b/layout/reftests/css-mediaqueries/mq_print_minwidth.xhtml new file mode 100644 index 000000000..d7a49ca8d --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_minwidth.xhtml @@ -0,0 +1,57 @@ + + + + + Media Query - Print mode test - min-width + + + + +

a

+

b

+ +

c

+

d

+

e

+

f

+

g

+

h

+

i

+ +

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_minwidth_updown.xhtml b/layout/reftests/css-mediaqueries/mq_print_minwidth_updown.xhtml new file mode 100644 index 000000000..aff60f7b8 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_minwidth_updown.xhtml @@ -0,0 +1,58 @@ + + + + + Media Query - Print mode test - min-width + + + + +

a

+

b

+ +

c

+

d

+

e

+

f

+

g

+

h

+

i

+ +

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_orientation-ref.xhtml b/layout/reftests/css-mediaqueries/mq_print_orientation-ref.xhtml new file mode 100644 index 000000000..a7eb6a541 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_orientation-ref.xhtml @@ -0,0 +1,27 @@ + + + + + + + Media Query - print mode test - orientation + + + + +

a

+

b

+

c

+

d

+

e

+

f

+

g

+

h

+

i

+

j

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_orientation.xhtml b/layout/reftests/css-mediaqueries/mq_print_orientation.xhtml new file mode 100644 index 000000000..151686e72 --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_orientation.xhtml @@ -0,0 +1,41 @@ + + + + + Media Query - Print mode test - orientation + + + + +

a

+

b

+

c

+

d

+

e

+

f

+

g

+

h

+

i

+

j

+ + diff --git a/layout/reftests/css-mediaqueries/mq_print_width.xhtml b/layout/reftests/css-mediaqueries/mq_print_width.xhtml new file mode 100644 index 000000000..5474b8f1a --- /dev/null +++ b/layout/reftests/css-mediaqueries/mq_print_width.xhtml @@ -0,0 +1,55 @@ + + + + + Media Query - Print mode test - Width + + + + +

a

+

b

+

c

+

d

+

e

+

f

+

g

+

h

+

i

+

j

+

k

+

l

+

m

+

n

+

o

+

p

+ + diff --git a/layout/reftests/css-mediaqueries/reftest-stylo.list b/layout/reftests/css-mediaqueries/reftest-stylo.list new file mode 100644 index 000000000..e1bc51cd4 --- /dev/null +++ b/layout/reftests/css-mediaqueries/reftest-stylo.list @@ -0,0 +1,50 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +fuzzy-if(Android,8,454) skip-if(B2G||Mulet) == mq_print_height.xhtml mq_print_height.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop, bug 1178697 +skip-if(B2G||Mulet) == mq_print_deviceheight.xhtml mq_print_deviceheight.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == mq_print_width.xhtml mq_print_width.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == mq_print_minwidth.xhtml mq_print_minwidth.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == mq_print_minheight.xhtml mq_print_minheight.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == mq_print_aspectratio.xhtml mq_print_aspectratio.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == mq_print_deviceaspectratio.xhtml mq_print_deviceaspectratio.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == mq_print_devicewidth.xhtml mq_print_devicewidth.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +fuzzy-if(Android,8,454) skip-if(B2G||Mulet) == mq_print_orientation.xhtml mq_print_orientation.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +fuzzy-if(Android,8,454) skip-if(B2G||Mulet) == mq_print_maxheight.xhtml mq_print_maxheight.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == mq_print_maxwidth.xhtml mq_print_maxwidth.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop + +skip-if(B2G||Mulet) == mq_print_maxwidth_updown.xhtml mq_print_maxwidth_updown.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == mq_print_maxheight_updown.xhtml mq_print_maxheight_updown.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == mq_print_minheight_updown.xhtml mq_print_minheight_updown.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == mq_print_minwidth_updown.xhtml mq_print_minwidth_updown.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop + +skip == scoped-mq-update.html scoped-mq-update.html +== system-metrics-1.html system-metrics-1.html diff --git a/layout/reftests/css-mediaqueries/reftest.list b/layout/reftests/css-mediaqueries/reftest.list new file mode 100644 index 000000000..4e4e28683 --- /dev/null +++ b/layout/reftests/css-mediaqueries/reftest.list @@ -0,0 +1,19 @@ +fuzzy-if(Android,8,454) == mq_print_height.xhtml mq_print-ref.xhtml # bug 1178697 +== mq_print_deviceheight.xhtml mq_print-ref.xhtml +== mq_print_width.xhtml mq_print-ref.xhtml +== mq_print_minwidth.xhtml mq_print-ref.xhtml +== mq_print_minheight.xhtml mq_print-ref.xhtml +== mq_print_aspectratio.xhtml mq_print-ref.xhtml +== mq_print_deviceaspectratio.xhtml mq_print-ref.xhtml +== mq_print_devicewidth.xhtml mq_print-ref.xhtml +fuzzy-if(Android,8,454) == mq_print_orientation.xhtml mq_print_orientation-ref.xhtml +fuzzy-if(Android,8,454) == mq_print_maxheight.xhtml mq_print-ref.xhtml +== mq_print_maxwidth.xhtml mq_print-ref.xhtml + +== mq_print_maxwidth_updown.xhtml mq_print-ref.xhtml +== mq_print_maxheight_updown.xhtml mq_print-ref.xhtml +== mq_print_minheight_updown.xhtml mq_print-ref.xhtml +== mq_print_minwidth_updown.xhtml mq_print-ref.xhtml + +== scoped-mq-update.html scoped-mq-update-ref.html +== system-metrics-1.html system-metrics-1-ref.html diff --git a/layout/reftests/css-mediaqueries/scoped-mq-update-helper.html b/layout/reftests/css-mediaqueries/scoped-mq-update-helper.html new file mode 100644 index 000000000..f374a8f13 --- /dev/null +++ b/layout/reftests/css-mediaqueries/scoped-mq-update-helper.html @@ -0,0 +1,10 @@ + + + + diff --git a/layout/reftests/css-mediaqueries/scoped-mq-update-ref.html b/layout/reftests/css-mediaqueries/scoped-mq-update-ref.html new file mode 100644 index 000000000..36c12f0ba --- /dev/null +++ b/layout/reftests/css-mediaqueries/scoped-mq-update-ref.html @@ -0,0 +1,2 @@ + + diff --git a/layout/reftests/css-mediaqueries/scoped-mq-update.html b/layout/reftests/css-mediaqueries/scoped-mq-update.html new file mode 100644 index 000000000..f46a56708 --- /dev/null +++ b/layout/reftests/css-mediaqueries/scoped-mq-update.html @@ -0,0 +1,11 @@ + + + + diff --git a/layout/reftests/css-mediaqueries/system-metrics-1-ref.html b/layout/reftests/css-mediaqueries/system-metrics-1-ref.html new file mode 100644 index 000000000..4a5ca7f59 --- /dev/null +++ b/layout/reftests/css-mediaqueries/system-metrics-1-ref.html @@ -0,0 +1,8 @@ + +test for system metric media queries (reference) + +

This text should be green.

diff --git a/layout/reftests/css-mediaqueries/system-metrics-1.html b/layout/reftests/css-mediaqueries/system-metrics-1.html new file mode 100644 index 000000000..b36851a39 --- /dev/null +++ b/layout/reftests/css-mediaqueries/system-metrics-1.html @@ -0,0 +1,28 @@ + +test for system metric media queries + +

This text should be green.

-- cgit v1.2.3