| Index: LayoutTests/fast/frames/seamless/media-query-basing-rem-unit-expected.txt
|
| diff --git a/LayoutTests/fast/frames/seamless/media-query-basing-rem-unit-expected.txt b/LayoutTests/fast/frames/seamless/media-query-basing-rem-unit-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5bef7a5fb88d64b64c2b9fa603f182ba9e6a62f8
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/frames/seamless/media-query-basing-rem-unit-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +Test for issue 258200:CSS Media Queries are basing "rem" unit on style data.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS iframe.seamless is true
|
| +PASS window.getComputedStyle(iframe.contentDocument.body).backgroundColor is "rgb(0, 128, 0)"
|
| +PASS window.getComputedStyle(iframe.contentDocument.body).backgroundColor is "rgb(0, 128, 0)"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +Resize the window to be larger than #1, but smaller than #2. If the screen turns red, the browser is basing 'rem' units in MQs on style data, which is a spec violation. (It should be equal to the initial font size, same as the 'em' unit, to avoid circularity issues.)
|
| +
|
|
|