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

Unified Diff: LayoutTests/css3/unicode-bidi-isolate-basic.html

Issue 1029343003: Turn css3/unicode-bidi-isolate-basic into a reftest. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: code review Created 5 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 | « no previous file | LayoutTests/css3/unicode-bidi-isolate-basic-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/unicode-bidi-isolate-basic.html
diff --git a/LayoutTests/css3/unicode-bidi-isolate-basic.html b/LayoutTests/css3/unicode-bidi-isolate-basic.html
index ef1c5ac29c9670edea978db9561722f47ee6be8e..ccf8a6b44cba7fe9fe339a7ccf11fee3cfbb2e9b 100644
--- a/LayoutTests/css3/unicode-bidi-isolate-basic.html
+++ b/LayoutTests/css3/unicode-bidi-isolate-basic.html
@@ -1,6 +1,4 @@
<!DOCTYPE html>
-<html>
-<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
.resultsDiv {
@@ -17,8 +15,6 @@
height: 400px;
}
</style>
-</head>
-<body>
<div>This table shows unicode-bidi: isolate behavior (in red) with display: inline-block behavior overlapping in green. You should see no red in this test! Behavior between these two methods should be identical for non-wrapping strings, assuming unicode-bidi: isolate is implemented and functioning correctly.</div>
<div id="resultsContainer" style="position: relative">
@@ -74,5 +70,3 @@ for (outerDirIndex in possibleDirs) {
</script>
</table>
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/css3/unicode-bidi-isolate-basic-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698