Index: LayoutTests/fast/frames/sandboxed-iframe-history-denied.html |
diff --git a/LayoutTests/fast/frames/sandboxed-iframe-history-denied.html b/LayoutTests/fast/frames/sandboxed-iframe-history-denied.html |
index 7a67c791874ad4dd0d2fa3fccf65885a75b9f960..5f12cf40d087587dedcf62941a462226d3113c6b 100644 |
--- a/LayoutTests/fast/frames/sandboxed-iframe-history-denied.html |
+++ b/LayoutTests/fast/frames/sandboxed-iframe-history-denied.html |
@@ -14,7 +14,7 @@ function loaded() { |
</head> |
<body> |
<p>This test verifies that a sandboxed IFrame cannot access the history object of the top-level frame. |
- It passes if a console error is present, noting that the inner frame cannot access the outer.</p> |
+ It passes if an uncaught exception is present, noting that the inner frame cannot access the outer.</p> |
<iframe sandbox="allow-scripts" src="data:text/html,<script>top.history</script>" onload="loaded()"> |
</body> |
</html> |