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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/simple-iframe.html

Issue 2346853002: Add a DOM.getLayoutTreeNodes devtools command (Closed)
Patch Set: Fix iframe font path Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698