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

Unified Diff: LayoutTests/fast/repaint/resources/selection-change-in-iframe-with-relative-parent-iframe.html

Issue 598113003: [Regression] Selections are incorrectly invalidated (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed the test to be cross-platform Created 6 years, 3 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: LayoutTests/fast/repaint/resources/selection-change-in-iframe-with-relative-parent-iframe.html
diff --git a/LayoutTests/fast/repaint/resources/selection-change-in-iframe-with-relative-parent-iframe.html b/LayoutTests/fast/repaint/resources/selection-change-in-iframe-with-relative-parent-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..b5a59a93f302450bd5a04074b41794c7d35d16a0
--- /dev/null
+++ b/LayoutTests/fast/repaint/resources/selection-change-in-iframe-with-relative-parent-iframe.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+html {
+ font: 10px Ahem;
+ -webkit-font-smoothing: none;
+}
+</style>
+Foo<br><br>Bar<br><br>Bazz<br><br>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/selection-change-in-iframe-with-relative-parent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698