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

Unified Diff: third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop.html

Issue 2539003002: Make the XML entity recursion check more precise. (Closed)
Patch Set: Feedback. Created 4 years 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 | « no previous file | third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop.html
diff --git a/third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop.html b/third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop.html
new file mode 100644
index 0000000000000000000000000000000000000000..a02f4f18f3c9142095ca948ec1d3881083dc84c7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<script>
+'use strict';
+
+if (window.testRunner) {
+ testRunner.dumpAsText();
+ testRunner.waitUntilDone();
+}
+
+function done() {
+ if (window.testRunner) {
+ testRunner.notifyDone();
+ }
+}
+</script>
+PASS if this does not crash
+<iframe src="resources/entity-reference-loop.xml" onload="done();"></iframe>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698