Commit 97bcb597 authored by eseidel@chromium.org's avatar eseidel@chromium.org

Revert r174133, r178901 and r178981 to fix Mac

There was a regression bug filed (bug 377445) shortly
after the original commit, however the author chose
not to revert, but rather instead attempt a fix.

The later of those fixes was marked not lgtm' by another
reviewer.

I'm rolling out the whole mess to unblock shipping M37.

R=eae
BUG=377445

Review URL: https://codereview.chromium.org/459153002

git-svn-id: svn://svn.chromium.org/blink/trunk@180004 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 94a236df
......@@ -1266,6 +1266,15 @@ crbug.com/392762 fast/js/nested-object-gc.html [ Pass Crash ]
# Flaky
crbug.com/395127 http/tests/w3c/webperf/approved/UserTiming/test_user_timing_measure_navigation_timing.htm [ Failure Pass ]
crbug.com/377445 fast/text/format-control.html [ NeedsRebaseline ]
crbug.com/377445 fast/text/international/bidi-LDB-2-formatting-characters.html [ NeedsRebaseline ]
crbug.com/377445 virtual/antialiasedtext/fast/text/drawBidiText.html [ NeedsRebaseline ]
crbug.com/377445 virtual/antialiasedtext/fast/text/format-control.html [ NeedsRebaseline ]
crbug.com/377445 virtual/antialiasedtext/fast/text/international/bidi-LDB-2-formatting-characters.html [ NeedsRebaseline ]
crbug.com/377445 virtual/antialiasedtext/fast/text/whitespace/005.html [ NeedsRebaseline ]
crbug.com/377445 virtual/antialiasedtext/fast/text/whitespace/011.html [ NeedsRebaseline ]
crbug.com/377445 virtual/antialiasedtext/fast/text/whitespace/016.html [ NeedsRebaseline ]
crbug.com/396791 [ Debug ] virtual/threaded/printing/print-close-crash.html [ Pass Crash ]
crbug.com/396851 [ Lion ] inspector/console/console-stack-overflow.html [ Timeout ]
......
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h3>Test for chromium bug : <a href="https://crbug.com/256333">256333</a>. Test case for Ignorable characters</h3>
<p>abc should be displayed</p>
<p>a&#x2066;b&#x2069;c</p>
</body>
</html>
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x132
RenderBlock {HTML} at (0,0) size 800x132.44
RenderBody {BODY} at (8,18.72) size 784x97.72
RenderBlock {H3} at (0,0) size 784x23
RenderText {#text} at (0,0) size 202x22
text run at (0,0) width 202: "Test for chromium bug : "
RenderInline {A} at (0,0) size 60x22 [color=#0000EE]
RenderText {#text} at (202,0) size 60x22
text run at (202,0) width 60: "256333"
RenderText {#text} at (262,0) size 292x22
text run at (262,0) width 292: ". Test case for Ignorable characters"
RenderBlock {P} at (0,41.72) size 784x20
RenderText {#text} at (0,0) size 145x19
text run at (0,0) width 145: "abc should be displayed"
RenderBlock {P} at (0,77.72) size 784x20
RenderText {#text} at (0,0) size 22x19
text run at (0,0) width 22: "a\x{2066}b\x{2069}c"
......@@ -101,8 +101,6 @@ CodePath Character::characterRangeCodePath(const UChar* characters, unsigned len
0x1A00, 0x1CFF,
// U+1DC0 through U+1DFF Comining diacritical mark supplement
0x1DC0, 0x1DFF,
// Nominal Digit Shape
0x2060, 0x206F,
// U+20D0 through U+20FF Combining marks for symbols
0x20D0, 0x20FF,
// U+2CEF through U+2CF1 Combining marks for Coptic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment