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

Unified Diff: third_party/WebKit/Source/web/tests/data/fallback.html

Issue 2783743002: Fix nullptr deref in maybeRenderFallbackContent() (Closed)
Patch Set: Fix comments Created 3 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/fallback.html
diff --git a/third_party/WebKit/Source/web/tests/data/fallback.html b/third_party/WebKit/Source/web/tests/data/fallback.html
new file mode 100644
index 0000000000000000000000000000000000000000..839b7b371f998dd303e322a6763de060d70e615e
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/fallback.html
@@ -0,0 +1,4 @@
+<object id="o" data="http://does-not-exist"></object>
+<script>
+document.getElementById("o").data = "about:blank";
+</script>
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698