diff -r 000000000000 -r 6474c204b198 layout/reftests/cssom/computed-style-cross-window.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/layout/reftests/cssom/computed-style-cross-window.html Wed Dec 31 06:09:35 2014 +0100 @@ -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.