Chromium Code Reviews| Index: LayoutTests/dart/security/cross-frame-access.html |
| diff --git a/LayoutTests/dart/security/cross-frame-access.html b/LayoutTests/dart/security/cross-frame-access.html |
| index 42c107436fc9c8a16f84e5ae089cc179d229f397..ec21ada789b1151126236bee605804e3f6ff8401 100644 |
| --- a/LayoutTests/dart/security/cross-frame-access.html |
| +++ b/LayoutTests/dart/security/cross-frame-access.html |
| @@ -100,7 +100,7 @@ testLocation(Location location) { |
| expect(e.data).equals('navigated'); |
| window.setTimeout(callbackDone, 0); |
| }); |
| - location.href = 'data:text/html, <script>parent.postMessage("navigated", "*")<' + '/script>'; |
| + location.href = 'data:text/html, <script>parent.postMessage("navigated", "*")<${"/script>"}'; |
|
hausner
2012/04/19 17:19:46
Am I missing something or are you simply interpola
Anton Muhin
2012/04/19 17:20:44
Almost---this code is embedded into HTML, so if I
hausner
2012/04/19 17:22:09
Ah, so I was missing something :) Thanks for the e
|
| } |
| testIFrameElement(HTMLIFrameElement iframe) { |