Index: third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/simple-iframe.html |
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/simple-iframe.html b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/simple-iframe.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9db6cf5c53540da41e7b6787b059bf327eabe322 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/simple-iframe.html |
@@ -0,0 +1,15 @@ |
+<html> |
+<head> |
+<style> |
+@font-face { |
+ font-family: 'ahem'; |
+ src: url(../../../resources/Ahem.ttf); |
+} |
+</style> |
+</head> |
+<body> |
+<div style="font-family: ahem;"> |
+Hello from the iframe. |
+</div> |
+</body> |
+</html> |