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

Unified Diff: LayoutTests/fast/css/style-scoped/basic-attribute-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/basic-attribute-expected.txt
diff --git a/LayoutTests/fast/css/style-scoped/basic-attribute-expected.txt b/LayoutTests/fast/css/style-scoped/basic-attribute-expected.txt
deleted file mode 100644
index 58a09866e34fcfbb5c1150b9463e88393efb8baa..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/css/style-scoped/basic-attribute-expected.txt
+++ /dev/null
@@ -1,62 +0,0 @@
-Basic test for the <style scoped> attribute.
-
---- Initial ---
-PASS global1.getAttribute('scoped') is null
-PASS global1.scoped is false
-PASS global2.getAttribute('scoped') is null
-PASS global2.scoped is false
-PASS testBooleanAttribute(scoped1, 'scoped') is true
-PASS scoped1.scoped is true
-PASS testBooleanAttribute(scoped2, 'scoped') is true
-PASS scoped2.scoped is true
-PASS testBooleanAttribute(scoped3, 'scoped') is true
-PASS scoped3.scoped is true
---- After insertion into tree ---
-PASS global1.getAttribute('scoped') is null
-PASS global1.scoped is false
-PASS global2.getAttribute('scoped') is null
-PASS global2.scoped is false
-PASS testBooleanAttribute(scoped1, 'scoped') is true
-PASS scoped1.scoped is true
-PASS testBooleanAttribute(scoped2, 'scoped') is true
-PASS scoped2.scoped is true
-PASS testBooleanAttribute(scoped3, 'scoped') is true
-PASS scoped3.scoped is true
---- Inverting 'scoped' attribute while in tree ---
-PASS testBooleanAttribute(global1, 'scoped') is true
-PASS global1.scoped is true
-PASS testBooleanAttribute(global2, 'scoped') is true
-PASS global2.scoped is true
-PASS scoped1.getAttribute('scoped') is null
-PASS scoped1.scoped is false
-PASS scoped2.getAttribute('scoped') is null
-PASS scoped2.scoped is false
-PASS scoped3.getAttribute('scoped') is null
-PASS scoped3.scoped is false
---- After removal from tree (attribute is still inverted) ---
-PASS testBooleanAttribute(global1, 'scoped') is true
-PASS global1.scoped is true
-PASS testBooleanAttribute(global2, 'scoped') is true
-PASS global2.scoped is true
-PASS scoped1.getAttribute('scoped') is null
-PASS scoped1.scoped is false
-PASS scoped2.getAttribute('scoped') is null
-PASS scoped2.scoped is false
-PASS scoped3.getAttribute('scoped') is null
-PASS scoped3.scoped is false
---- Inverting 'scoped' attribute again, while outside tree ---
-PASS global1.getAttribute('scoped') is null
-PASS global1.scoped is false
-PASS global2.getAttribute('scoped') is null
-PASS global2.scoped is false
-PASS testBooleanAttribute(scoped1, 'scoped') is true
-PASS scoped1.scoped is true
-PASS testBooleanAttribute(scoped2, 'scoped') is true
-PASS scoped2.scoped is true
-PASS testBooleanAttribute(scoped3, 'scoped') is true
-PASS scoped3.scoped is true
---- DONE ---
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698