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

Unified Diff: LayoutTests/fast/css/remove-sheet-no-layout-expected.txt

Issue 1076163002: Don't clear FontFaceCache if no @font-face were removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « LayoutTests/fast/css/remove-sheet-no-layout.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/remove-sheet-no-layout-expected.txt
diff --git a/LayoutTests/fast/css/remove-sheet-no-layout-expected.txt b/LayoutTests/fast/css/remove-sheet-no-layout-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..52018c7f058eba4e77496f41d2e06b8106ffa967
--- /dev/null
+++ b/LayoutTests/fast/css/remove-sheet-no-layout-expected.txt
@@ -0,0 +1,14 @@
+Remove a stylesheet not affecting layout.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(removed).backgroundColor is red
+PASS recalcCount is 1
+PASS layoutCount is 0
+PASS getComputedStyle(removed).backgroundColor is green
+PASS successfullyParsed is true
+
+TEST COMPLETE
+This text should have a green background.
+
« no previous file with comments | « LayoutTests/fast/css/remove-sheet-no-layout.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698