Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: webkit/data/layout_tests/chrome/fast/dom/resources/window-shadowing-inner.html

Issue 63094: Remove some tests that have been sent upstream and brought back down in WebKi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/data/layout_tests/chrome/fast/dom/resources/window-shadowing-inner.html
===================================================================
--- webkit/data/layout_tests/chrome/fast/dom/resources/window-shadowing-inner.html (revision 13273)
+++ webkit/data/layout_tests/chrome/fast/dom/resources/window-shadowing-inner.html (working copy)
@@ -1,12 +0,0 @@
-<html>
-<body>
-<script>
-var overwrite = {};
-var window = overwrite;
-top.check(window != overwrite);
-var top = overwrite;
-top.check(top != overwrite);
-top.notifyDone();
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698