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

Unified Diff: sky/tests/lowlevel/style-basic-expected.txt

Issue 924203002: Morph the APIs for Node, ParentNode, and Element closer to the specs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: less Created 5 years, 10 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 | « sky/tests/lowlevel/style-basic.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/lowlevel/style-basic-expected.txt
diff --git a/sky/tests/lowlevel/style-basic-expected.txt b/sky/tests/lowlevel/style-basic-expected.txt
index ad806cfe0ca5f2960178a7c1df098249c171d5a1..6f86aef35e671d59536a5b8dd5eb87d90656ef6a 100644
--- a/sky/tests/lowlevel/style-basic-expected.txt
+++ b/sky/tests/lowlevel/style-basic-expected.txt
@@ -1,6 +1,6 @@
PASS: <div class= id=id1> order was 1
-PASS: <div class=class2 id=> order was 2
-PASS: <tag-name-3 class= id=> order was 3
-PASS: <div class=class4 class4 id=> order was 4
+PASS: <div class=class2 id=null> order was 2
+PASS: <tag-name-3 class= id=null> order was 3
+PASS: <div class=class4 class4 id=null> order was 4
PASS: <div class=class5 id=id5> order was 5
PASS: <tag-name-6 class=class6 id=id6> order was 6
« no previous file with comments | « sky/tests/lowlevel/style-basic.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698