Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/testcasefiles/subdocumentexception/frame.html

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Created April 18, 2018, 11:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: static/testcasefiles/subdocumentexception/frame.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/static/testcasefiles/subdocumentexception/frame.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+<style>
+body {
+ background-color: green;
+ height: 75%;
+ color: white;
+}
+</style>
+</head>
+<body>
+ This is a frame/subdocument
+</body>
+</html>

Powered by Google App Engine
This is Rietveld