Title: [110415] trunk/LayoutTests
- Revision
- 110415
- Author
- [email protected]
- Date
- 2012-03-12 01:52:12 -0700 (Mon, 12 Mar 2012)
Log Message
Unreviewed: Fix typos in fast/css/style-scoped/style-scoped-basic.html layout test.
* fast/css/style-scoped/style-scoped-basic.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (110414 => 110415)
--- trunk/LayoutTests/ChangeLog 2012-03-12 08:38:05 UTC (rev 110414)
+++ trunk/LayoutTests/ChangeLog 2012-03-12 08:52:12 UTC (rev 110415)
@@ -1,3 +1,9 @@
+2012-03-08 Roland Steiner <[email protected]>
+
+ Unreviewed: Fix typos in fast/css/style-scoped/style-scoped-basic.html layout test.
+
+ * fast/css/style-scoped/style-scoped-basic.html:
+
2012-03-11 Pavel Podivilov <[email protected]>
Web Inspector: decouple LiveLocation from RawSourceCode.
Modified: trunk/LayoutTests/fast/css/style-scoped/style-scoped-basic.html (110414 => 110415)
--- trunk/LayoutTests/fast/css/style-scoped/style-scoped-basic.html 2012-03-12 08:38:05 UTC (rev 110414)
+++ trunk/LayoutTests/fast/css/style-scoped/style-scoped-basic.html 2012-03-12 08:52:12 UTC (rev 110415)
@@ -63,8 +63,8 @@
p { color: green; }
div .bar { color: blue; }
#foo .baz { color: rgb(10, 10, 10); } /* should NOT apply! */
- sib + * { color: rgb(20, 20, 20); } /* should NOT apply! */
- sib ~ * { color: rgb(30, 30, 30); } /* should NOT apply! */
+ #sib + * { color: rgb(20, 20, 20); } /* should NOT apply! */
+ #sib ~ * { color: rgb(30, 30, 30); } /* should NOT apply! */
div div { color: rgb(40, 40, 40); } /* should NOT apply! */
</style>
<span id="S2">Text</span>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes