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

Unified Diff: LayoutTests/fast/repaint/selection-gap-flipped-absolute-child.html

Issue 1356983003: Set SelectionPaintingWithoutSelectionGaps to stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Two more tests. Created 5 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/selection-gap-flipped-absolute-child.html
diff --git a/LayoutTests/fast/repaint/selection-gap-flipped-absolute-child.html b/LayoutTests/fast/repaint/selection-gap-flipped-absolute-child.html
deleted file mode 100644
index 340ac07b52c88e31d9c4f8789761c6905c894706..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/repaint/selection-gap-flipped-absolute-child.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!doctype html>
-<head>
- <script src="resources/text-based-repaint.js"></script>
- <script>
- function repaintTest()
- {
- var target = document.getElementById("target");
- getSelection().setBaseAndExtent(target, 0, target.nextSibling, 1);
- }
- </script>
- <style>
- body { margin: 0px; }
- #target::selection { background-color: green; }
- </style>
-</head>
-<body onload="runRepaintTest()">
- <div style="position: absolute; margin-right: 200px;">
- <div>Bug <a href="http://webkit.org/b/111000">111000</a>: Selection gaps don't repaint correctly with transforms</div>
- <div>This tests that absolute elements that get flipped are invalidated correctly. The box will be competely green if the selected area was invalidated correctly.</div>
- </div>
- <div style="-webkit-writing-mode: vertical-rl">
- <div id="target" style="background-color: red; width: 100px; height: 100px; position: absolute;"><br/></div><br/>
- </div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698