| Index: LayoutTests/fast/media/mq-js-media-except-03.html
|
| diff --git a/LayoutTests/fast/media/mq-js-media-except-03.html b/LayoutTests/fast/media/mq-js-media-except-03.html
|
| index 9d06b8209598080a54c01a60370b63cf59ad76e8..07bc419bfbce4d6a6e0427a143f63aa7a9542762 100644
|
| --- a/LayoutTests/fast/media/mq-js-media-except-03.html
|
| +++ b/LayoutTests/fast/media/mq-js-media-except-03.html
|
| @@ -19,6 +19,7 @@ function test() {
|
| try {
|
| // this shouldn't throw
|
| document.styleSheets[0].media.mediaText = ",,,,";
|
| + document.getElementById("result").innerHTML = "Success. This text should be green.";
|
| } catch (e) {
|
| document.getElementById("result").innerHTML = "Failure. ,,,, should be valid media descriptor.";
|
| document.getElementById("details").innerHTML = "Caught exception: " + e;
|
|
|