| Index: LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html
|
| diff --git a/LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html b/LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html
|
| index 104a35039e81f1c76b5ff837b77931e634554059..a1fb106b773eb8381f75fc3d0c0fce79ca121555 100644
|
| --- a/LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html
|
| +++ b/LayoutTests/fast/frames/sandboxed-iframe-navigation-allowed.html
|
| @@ -25,6 +25,7 @@ function childFrameWasNavigated()
|
| function sandboxWasNavigated()
|
| {
|
| shouldBe("document.getElementById('sandboxedFrameId').sandbox", "['allow-scripts', 'allow-same-origin']");
|
| + shouldBe("document.getElementById('sandboxedFrameId').getAttribute('sandbox')", "'allow-scripts allow-same-origin'");
|
| isSuccessfullyParsed();
|
|
|
| if (window.testRunner)
|
|
|