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 --- .../cssom/computed-style-cross-window-inner.html | 6 ++ .../cssom/computed-style-cross-window-ref.html | 75 +++++++++++++++++++++ .../cssom/computed-style-cross-window.html | 78 ++++++++++++++++++++++ layout/reftests/cssom/inline-style-null-ref.html | 7 ++ layout/reftests/cssom/inline-style-null.html | 13 ++++ layout/reftests/cssom/reftest-stylo.list | 5 ++ layout/reftests/cssom/reftest.list | 2 + 7 files changed, 186 insertions(+) create mode 100644 layout/reftests/cssom/computed-style-cross-window-inner.html create mode 100644 layout/reftests/cssom/computed-style-cross-window-ref.html create mode 100644 layout/reftests/cssom/computed-style-cross-window.html create mode 100644 layout/reftests/cssom/inline-style-null-ref.html create mode 100644 layout/reftests/cssom/inline-style-null.html create mode 100644 layout/reftests/cssom/reftest-stylo.list create mode 100644 layout/reftests/cssom/reftest.list (limited to 'layout/reftests/cssom') diff --git a/layout/reftests/cssom/computed-style-cross-window-inner.html b/layout/reftests/cssom/computed-style-cross-window-inner.html new file mode 100644 index 000000000..370ed9bd5 --- /dev/null +++ b/layout/reftests/cssom/computed-style-cross-window-inner.html @@ -0,0 +1,6 @@ + + +

This is a paragraph inside the iframe.

+

This is a paragraph inside the iframe.

diff --git a/layout/reftests/cssom/computed-style-cross-window-ref.html b/layout/reftests/cssom/computed-style-cross-window-ref.html new file mode 100644 index 000000000..01724fefb --- /dev/null +++ b/layout/reftests/cssom/computed-style-cross-window-ref.html @@ -0,0 +1,75 @@ + +getComputedStyle across windows + + + + + +

This is a paragraph outside the iframe.

+

This is a paragraph outside the iframe.

+ + + +
This paragraph is the color that +outerWindow.getComputedStyle says the paragraph inside the iframe +is.
+ +
This paragraph is the color that +iframeWindow.getComputedStyle says the paragraph outside the iframe +is.
+ +
This paragraph is the color that +outerWindow.getComputedStyle says the display:none paragraph inside the +iframe is.
+ +
This paragraph is the color that +iframeWindow.getComputedStyle says the display:none paragraph outside +the iframe is.
+ +
This paragraph is the color that +outerWindow.getComputedStyle says the detached paragraph inside the +iframe is.
+ +
This paragraph is the color that +iframeWindow.getComputedStyle says the detached paragraph outside +the iframe is.
diff --git a/layout/reftests/cssom/computed-style-cross-window.html b/layout/reftests/cssom/computed-style-cross-window.html new file mode 100644 index 000000000..464e0f9b7 --- /dev/null +++ b/layout/reftests/cssom/computed-style-cross-window.html @@ -0,0 +1,78 @@ + + +getComputedStyle across windows + + + + + +

This is a paragraph outside the iframe.

+

This is a paragraph outside the iframe.

+ + + +
This paragraph is the color that +outerWindow.getComputedStyle says the paragraph inside the iframe +is.
+ +
This paragraph is the color that +iframeWindow.getComputedStyle says the paragraph outside the iframe +is.
+ +
This paragraph is the color that +outerWindow.getComputedStyle says the display:none paragraph inside the +iframe is.
+ +
This paragraph is the color that +iframeWindow.getComputedStyle says the display:none paragraph outside +the iframe is.
+ +
This paragraph is the color that +outerWindow.getComputedStyle says the detached paragraph inside the +iframe is.
+ +
This paragraph is the color that +iframeWindow.getComputedStyle says the detached paragraph outside +the iframe is.
diff --git a/layout/reftests/cssom/inline-style-null-ref.html b/layout/reftests/cssom/inline-style-null-ref.html new file mode 100644 index 000000000..90a8a0618 --- /dev/null +++ b/layout/reftests/cssom/inline-style-null-ref.html @@ -0,0 +1,7 @@ + + +
This text should be green
+
This text should be green
+
This text should be green
diff --git a/layout/reftests/cssom/inline-style-null.html b/layout/reftests/cssom/inline-style-null.html new file mode 100644 index 000000000..4d3c36686 --- /dev/null +++ b/layout/reftests/cssom/inline-style-null.html @@ -0,0 +1,13 @@ + + +
This text should be green
+
This text should be green
+
This text should be green
+ diff --git a/layout/reftests/cssom/reftest-stylo.list b/layout/reftests/cssom/reftest-stylo.list new file mode 100644 index 000000000..0677cddf6 --- /dev/null +++ b/layout/reftests/cssom/reftest-stylo.list @@ -0,0 +1,5 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +fails skip-if(B2G||Mulet) fuzzy-if(skiaContent,2,5) == computed-style-cross-window.html computed-style-cross-window.html +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +== inline-style-null.html inline-style-null.html diff --git a/layout/reftests/cssom/reftest.list b/layout/reftests/cssom/reftest.list new file mode 100644 index 000000000..9059acbff --- /dev/null +++ b/layout/reftests/cssom/reftest.list @@ -0,0 +1,2 @@ +fuzzy-if(skiaContent,2,5) == computed-style-cross-window.html computed-style-cross-window-ref.html +== inline-style-null.html inline-style-null-ref.html -- cgit v1.2.3