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

Unified Diff: LayoutTests/fast/css/parsing-error-recovery.html

Issue 13382002: Merge 147028 "REGRESSION (r146588): Cannot correctly display Chi..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1453/
Patch Set: Created 7 years, 9 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/TestExpectations ('k') | Source/WebCore/css/CSSGrammar.y.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/parsing-error-recovery.html
===================================================================
--- LayoutTests/fast/css/parsing-error-recovery.html (revision 147271)
+++ LayoutTests/fast/css/parsing-error-recovery.html (working copy)
@@ -41,6 +41,13 @@
display:none;
}
+ .malformed3 {
+ ;*display:expression(function(){})
+ }
+ #test5 {
+ display:none;
+ }
+
/* Successfully parsed */
#last {
display:block;
@@ -52,6 +59,7 @@
<div class="to_be_hidden" id="test2">FAIL: Test 2</div>
<div class="to_be_hidden" id="test3">FAIL: Test 3</div>
<div class="to_be_hidden" id="test4">FAIL: Test 4</div>
+ <div class="to_be_hidden" id="test5">FAIL: Test 5</div>
<div class="to_be_shown" id="last">PASS</div>
</body>
</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/WebCore/css/CSSGrammar.y.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698