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

Unified Diff: third_party/WebKit/LayoutTests/editing/text-iterator/no-extra-space-iframe.html

Issue 2207513002: Remove an extra space added before iframe Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/editing/text-iterator/no-extra-space-iframe.html
diff --git a/third_party/WebKit/LayoutTests/editing/text-iterator/no-extra-space-iframe.html b/third_party/WebKit/LayoutTests/editing/text-iterator/no-extra-space-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..db947c46039feec77a39cc2d8e69187adc20fcb6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/editing/text-iterator/no-extra-space-iframe.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<body>
+PASS if there is no extra space.<div id="container"><div contenteditable></div></div>
+</body>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+
+var iframe = document.createElement('iframe');
+document.documentElement.appendChild(iframe);
+container.outerHTML = '';
+</script>
+</html>

Powered by Google App Engine
This is Rietveld 408576698