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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <object id="o" data="http://does-not-exist"></object>
2 <script>
3 document.getElementById("o").data = "about:blank";
4 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698