 Chromium Code Reviews
 Chromium Code Reviews Issue 68563003:
  Create DOM exceptions in the correct context.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 68563003:
  Create DOM exceptions in the correct context.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt | 
| diff --git a/LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt b/LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..fc6cbff8d14b524651f9881dbe3b0a0225711c62 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt | 
| @@ -0,0 +1,6 @@ | 
| + | 
| + | 
| +PASS Check that exception is created in called function's context. | 
| +PASS Check that DOM exception is created in setter's context. | 
| +PASS Check that native exception is created in setter's context. | 
| + |