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

Unified Diff: LayoutTests/fast/css/dynamic-class-pseudo-elements.html

Issue 672953002: Convert first letter into a pseudo element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/dynamic-class-pseudo-elements.html
diff --git a/LayoutTests/fast/css/dynamic-class-pseudo-elements.html b/LayoutTests/fast/css/dynamic-class-pseudo-elements.html
index 19c6f160d1b17c2778e9c79f2379a768db84cf8c..39d8ba9f8ce43f7cabdaeb417735fe9087a4d83b 100644
--- a/LayoutTests/fast/css/dynamic-class-pseudo-elements.html
+++ b/LayoutTests/fast/css/dynamic-class-pseudo-elements.html
@@ -81,7 +81,7 @@ forceLayout();
t4.className = "a4";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "8");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "10");
document.body.offsetLeft; // workaround for issue 351308
shouldBe("getComputedStyle(r4, '::first-letter').backgroundColor", "green");
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698