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

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

Issue 2783743002: Fix nullptr deref in maybeRenderFallbackContent() (Closed)
Patch Set: enum-ify MaybeRenderFallbackContent 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
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>

Powered by Google App Engine
This is Rietveld 408576698