Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-with-base.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-with-base.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-with-base.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4637a41a4740f82a8610b7bf1ab084b4aa6b0584 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-with-base.html |
@@ -0,0 +1,11 @@ |
+<!doctype html> |
+<html> |
+<head> |
+ <title>iframe With Base Tag</title> |
+ <link rel="match" href="iframe-with-base-ref.html"> |
+ <base href="support/"> |
+</head> |
+<body> |
+ <iframe src="blank.htm"> |
+</body> |
+</html> |