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

Unified Diff: LayoutTests/editing/selection/extend-by-word-002.html

Issue 207553007: Apply the correct style to first-letter pseudo elements composed of different renderers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed comments from Eric: refactored code + more testing Created 6 years, 9 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/editing/selection/extend-by-word-002.html
diff --git a/LayoutTests/editing/selection/extend-by-word-002.html b/LayoutTests/editing/selection/extend-by-word-002.html
index 8dae6a97d82a9c5ba66b31e3163690835e8584d0..26ea6cbbe719acc90e84272f4b3f8b0b23ec445a 100644
--- a/LayoutTests/editing/selection/extend-by-word-002.html
+++ b/LayoutTests/editing/selection/extend-by-word-002.html
@@ -65,7 +65,7 @@ shouldBeEqualToString('selection.type', 'Range');
shouldBe('selection.anchorNode', '$("test").querySelectorAll("li")[0].childNodes[0]');
shouldBe('selection.anchorOffset', '0');
shouldBe('selection.focusNode', '$("test").querySelectorAll("li a")[3].firstChild');
-shouldBe('selection.focusOffset', '4');
+shouldBe('selection.focusOffset', '5');
mario.prada 2014/03/27 14:12:39 This needs to be changed now because the starting
if (window.testRunner)
$('container').outerHTML = '';
</script>

Powered by Google App Engine
This is Rietveld 408576698