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

Unified Diff: LayoutTests/fast/css/style-scoped/registering-expected.txt

Issue 325663003: Remove scoped styles (retry) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix layout test (and expectation) Created 6 years, 6 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/css/style-scoped/registering-expected.txt
diff --git a/LayoutTests/fast/css/style-scoped/registering-expected.txt b/LayoutTests/fast/css/style-scoped/registering-expected.txt
deleted file mode 100644
index 0be10d8a6dda4948bd5a854074194106917ea9e6..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css/style-scoped/registering-expected.txt
+++ /dev/null
@@ -1,59 +0,0 @@
-Test [un]registering a <style scoped> element from its parent
-
---- Initial ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 0
---- Attaching ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 0
---- Unsetting @scoped ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 0
---- Re-setting @scoped ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 0
---- Inserting/removing scope elements from document ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 1
---- Multiple scoped style elements within single scope ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 3
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 0
---- Removing scoping element from document ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 0
---- Inserting scope within other scope ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 2
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 0
---- Cloning <style scoped> and parents ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 2
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(clonescope1deep) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(clonescope1shallow) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(clonescope2deep) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(clonescope2shallow) is 0
---- inserting clones into single parent ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 2
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 4
-PASS internals.numberOfScopedHTMLStyleChildren(clonescope1deep) is 2
-PASS internals.numberOfScopedHTMLStyleChildren(clonescope1shallow) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(clonescope2deep) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(clonescope2shallow) is 0
---- Unsetting @scoped in nested scope ---
-PASS internals.numberOfScopedHTMLStyleChildren(scope1) is 1
-PASS internals.numberOfScopedHTMLStyleChildren(scope2) is 0
-PASS internals.numberOfScopedHTMLStyleChildren(scope3) is 4
---- DONE ---
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/css/style-scoped/registering.html ('k') | LayoutTests/fast/css/style-scoped/registering-shadowroot.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698